151 B
151 B
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.
Simple circular buffer for Zig. Buffers must be sized in increments of powers of two to simplify (and hopefully speed up) the math.