0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-26 05:47:20 +00:00
netdata_netdata/libnetdata/circular_buffer
vkalintiris 0e230a260e
Revert "Refactor RRD code. ()" ()
This reverts commit 440bd51e08.

dbengine was still being used for non-zero tiers
even on non-dbengine modes.
2023-08-03 13:13:36 +03:00
..
circular_buffer.c Revert "Refactor RRD code. ()" () 2023-08-03 13:13:36 +03:00
circular_buffer.h Revert "Refactor RRD code. ()" () 2023-08-03 13:13:36 +03:00
Makefile.am Fix bugs in streaming and enable support for gap filling () 2020-06-03 08:38:25 +02:00
README.md More learn reorg/reordering () 2023-02-10 11:21:10 -08:00

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.