Skip to content

Releases: RoaringBitmap/roaring

Version 0.7.4

15 Jun 15:35
5eef387
Compare
Choose a tag to compare

Fixed an issue with ParOr in roaring64 and fixing support for negative values in BSI.

Credit @guymolinari

Version 0.7.3

08 Jun 22:13
c57a7b2
Compare
Choose a tag to compare

Fix issue with AddOffset

credit: @Oppen

Version 0.7.2

07 Jun 22:49
2feadb1
Compare
Choose a tag to compare

Performance improvments with run containers.
credit: @jacksonrnewhouse

Version 0.7.1

28 May 14:13
Compare
Choose a tag to compare

Patch release to fix a go.sum issue.

Version 0.7.0

28 May 14:08
Compare
Choose a tag to compare
  • updated bitset to new location
  • removed cached cardinality from run containers to make data races less likely

Version 0.6.1

06 May 13:20
8316baf
Compare
Choose a tag to compare
Merge pull request #304 from RoaringBitmap/dlemire/issue_303

Minimal fix for 303.

Version 0.6.0

15 Apr 13:50
1477e28
Compare
Choose a tag to compare

The run containers have been trimmed. They should be safer and use less memory.

Version 0.5.5

30 Oct 14:09
3700649
Compare
Choose a tag to compare
Merge pull request #287 from jacksonrnewhouse/union2by2_arm64_assembly

Union2by2 arm64 assembly

Version 0.5.4

29 Oct 21:06
869b945
Compare
Choose a tag to compare
Merge pull request #286 from RoaringBitmap/dlemire/better_detect_le

More generous detection of little endian systems

Version 0.5.3

21 Oct 20:02
8cd82d8
Compare
Choose a tag to compare
Merge pull request #283 from RoaringBitmap/dlemire/do_not_hardcode

Minor tweak.