circular-buffer/README.md

5 lines
151 B
Markdown
Raw Normal View History

2024-09-08 21:52:31 -05:00
# 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.