Releases: RoaringBitmap/roaring
Releases · RoaringBitmap/roaring
Version 0.7.4
Fixed an issue with ParOr in roaring64 and fixing support for negative values in BSI.
Credit @guymolinari
Version 0.7.3
Fix issue with AddOffset
credit: @Oppen
Version 0.7.2
Performance improvments with run containers.
credit: @jacksonrnewhouse
Version 0.7.1
Patch release to fix a go.sum issue.
Version 0.7.0
- updated bitset to new location
- removed cached cardinality from run containers to make data races less likely
Version 0.6.1
Merge pull request #304 from RoaringBitmap/dlemire/issue_303 Minimal fix for 303.
Version 0.6.0
The run containers have been trimmed. They should be safer and use less memory.
Version 0.5.5
Merge pull request #287 from jacksonrnewhouse/union2by2_arm64_assembly Union2by2 arm64 assembly
Version 0.5.4
Merge pull request #286 from RoaringBitmap/dlemire/better_detect_le More generous detection of little endian systems
Version 0.5.3
Merge pull request #283 from RoaringBitmap/dlemire/do_not_hardcode Minor tweak.