RoaringBitmap / croaring-rs

Rust FFI wrapper for CRoaring
Apache License 2.0
156 stars 43 forks source link

Treemap: remove_range would sometimes remove too much #129

Closed Dr-Emann closed 7 months ago

Dr-Emann commented 7 months ago

remove_range would remove the whole container if the first bitmap found in the range was the last bigmap touching the range, rather than just the first part of the container.