![]() |
3 years ago | |
---|---|---|
.. | ||
Makefile.am | 4 years ago | |
README.md | 3 years ago | |
circular_buffer.c | 4 years ago | |
circular_buffer.h | 4 years ago |
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.