What's Changed
- fix: overflow on 32-bit builds by @lucascool12 in #345
- feat: impl Clone on tree_map Iter by @lucascool12 in #344
- Implement Eq trait by @cormacrelf in #341
- Remove SIMD LaneCount, SupportedLaneCount with upstream changes by @xangelix in #347
- Add
RoaringTreemap::optimizeby @0xdeafbeef in #350 - Add RoaringTreemap::contains_range and range_cardinality by @dchristle in #351
- Fix interval store iterator off by one error by @Kerollmops in #353
New Contributors
- @cormacrelf made their first contribution in #341
- @xangelix made their first contribution in #347
- @0xdeafbeef made their first contribution in #350
- @dchristle made their first contribution in #351
Full Changelog: v0.11.3...v0.11.4