No description
- Zig 92.9%
- Nix 7.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .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.