circular-buffer/README.md
Jeffrey C. Ollie 7c2cde8a30
All checks were successful
Test / test (push) Successful in 1m45s
first
2024-09-08 21:52:31 -05:00

4 lines
151 B
Markdown

# circular buffer
Simple circular buffer for Zig. Buffers must be sized in increments of powers of
two to simplify (and hopefully speed up) the math.