No description
|
||
---|---|---|
.forgejo/workflows | ||
src | ||
.gitignore | ||
build.zig | ||
build.zig.zon | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
README.md |
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.