RoaringBitmap / roaring-rs

A better compressed bitset in Rust
https://docs.rs/roaring/
Apache License 2.0
743 stars 82 forks source link

Interesting Go implementation #262

Open ccollie opened 1 year ago

ccollie commented 1 year ago

Not sure If you've come across this, but I found a go implementation with some interesting design decisions. They use equivalent of an arena to minimize allocations.

https://dgraph.io/blog/post/serialized-roaring-bitmaps-golang/