RoaringBitmap / roaring-rs

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

add dedicated fold and rfold impls for iterators #280

Closed oskgo closed 5 months ago

oskgo commented 5 months ago

Fixes #277

oskgo commented 5 months ago

I tried benchmarking it as well, but there were server connection issues.