Joel Hans 46a8075c8f Docs housekeeping for SEO and syntax, part 1 (#10388) 4 years ago
..
Makefile.am 49719a961d Fix bugs in streaming and enable support for gap filling (#9214) 4 years ago
README.md 46a8075c8f Docs housekeeping for SEO and syntax, part 1 (#10388) 4 years ago
circular_buffer.c 49719a961d Fix bugs in streaming and enable support for gap filling (#9214) 4 years ago
circular_buffer.h 49719a961d Fix bugs in streaming and enable support for gap filling (#9214) 4 years ago

README.md

Circular Buffer

struct circular_buffer is an adaptive circular buffer. It will start at an initial size and grow up to a maximum size as it fills. Two indices within the structure track the current read and write position for data.

[analytics]()