No description
Find a file
Jeffrey C. Ollie 7c2cde8a30
All checks were successful
Test / test (push) Successful in 1m45s
first
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.