zini icon indicating copy to clipboard operation
zini copied to clipboard

Succinct data structures for Zig

Results 2 zini issues
Sort by recently updated
recently updated
newest added

I was playing around yesterday with getting a `*.pth` file generated as part of a `build.zig` rather than invoking `zini-pthash` manually. Now, that was using a custom binary for my...

Hey there, I found your repo. and studied how you implement the select operation to learn from your approach. I stumbled upon the following fallback select-in-word implementation https://github.com/judofyr/zini/blob/4b152afbf26c8baae16f0b9bc9da92adf38fadd0/src/darray.zig#L140-L151 and just...