No description
Find a file
2024-09-08 21:52:31 -05:00
.forgejo/workflows first 2024-09-08 21:52:31 -05:00
src first 2024-09-08 21:52:31 -05:00
.gitignore first 2024-09-08 21:52:31 -05:00
build.zig first 2024-09-08 21:52:31 -05:00
build.zig.zon first 2024-09-08 21:52:31 -05:00
flake.lock first 2024-09-08 21:52:31 -05:00
flake.nix first 2024-09-08 21:52:31 -05:00
LICENSE first 2024-09-08 21:52:31 -05:00
README.md first 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.