This is a roaring bitmaps implementation in pure zig. It strives for 100% interpretability with the croaring library that was used as the reference implementation. Performance is comparable to the C implementation.
10 Likes
This looks really nice. Excited to find one. I’ve been wanting to use roaring bitmaps in zig without libc.
Thank you kindly!