flâneur — a map of the web's best reading

Circular buffer

en.wikipedia.org · 2,045 words · saved by 1 readers

In computer science, a circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams. There were early circular buffer implementations in hardware.

Circular buffer - Wikipedia Jump to content From Wikipedia, the free encyclopedia Data structure in computer science A ring showing, conceptually, a circular buffer. This visually shows that the buffer has no real end and it can loop around the buffer. However, since memory is never physically created as a ring, a linear representation is generally used as is done below. In computer science , a circular buffer , circular queue , cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffer

Explore this link on the map →

related reading