Skip to content

Releases: RoaringBitmap/roaring

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.

Version 0.5.2

19 Oct 13:48
7521df4
Compare
Choose a tag to compare

Performance gain in some cases related to COW. credit: @jacksonrnewhouse

Version 0.5.1

21 Aug 15:28
26053d3
Compare
Choose a tag to compare

Bug fix on 64-bit bitmaps.

Version 0.5.0

16 Jul 19:49
4ab0f45
Compare
Choose a tag to compare

Now with 64-bit roaring bitmaps!

Version 0.4.23

30 Mar 17:10
c82f60c
Compare
Choose a tag to compare

Introducing a "for each" API.

Version 0.4.22

29 Mar 15:03
239247b
Compare
Choose a tag to compare

Improving serialization performance.