Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
222: Introduce `insert_range` for RoaringTreemap r=Kerollmops a=not-jan Implemented a somewhat naive version of `insert_range` for RoaringTreemap ~~I wanted to add a separate benchmark to compare the performance of `insert_range` with collecting from an iterator but was unable to do so because `cargo bench` would fail with a connection error every time I ran it.~~ **Edit:** This is fixed now with #225 Co-authored-by: saik0 <[email protected]> Co-authored-by: not-jan <[email protected]>
- Loading branch information