vkalintiris 92842d8422 CMake build system. (#15996) 1 год назад
..
README.md f9acc1aead More learn reorg/reordering (#14505) 2 лет назад
circular_buffer.c 0e230a260e Revert "Refactor RRD code. (#15423)" (#15723) 1 год назад
circular_buffer.h 0e230a260e Revert "Refactor RRD code. (#15423)" (#15723) 1 год назад

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.