Ring Buffer

Turkish equivalent: Halka tamponDomain: Data Structures

A fixed-capacity circular data structure in which read and write positions wrap around the underlying storage.

  • Backpressure
  • Compare-and-Swap
  • Memory Barrier
  • Queue