Tina Luedtke c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
..
Makefile.am 49719a961d Fix bugs in streaming and enable support for gap filling (#9214) 4 лет назад
README.md c7f2647a62 Docs: Removed Google Analytics tags (#12145) 3 лет назад
circular_buffer.c 49719a961d Fix bugs in streaming and enable support for gap filling (#9214) 4 лет назад
circular_buffer.h 49719a961d Fix bugs in streaming and enable support for gap filling (#9214) 4 лет назад

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.