Skip to content

Releases: RoaringBitmap/roaring

Version 0.5.5

30 Oct 14:09
3700649

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

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

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

Choose a tag to compare

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

Version 0.5.1

21 Aug 15:28
26053d3

Choose a tag to compare

Bug fix on 64-bit bitmaps.

Version 0.5.0

16 Jul 19:49
4ab0f45

Choose a tag to compare

Now with 64-bit roaring bitmaps!

Version 0.4.23

30 Mar 17:10
c82f60c

Choose a tag to compare

Introducing a "for each" API.

Version 0.4.22

29 Mar 15:03
239247b

Choose a tag to compare

Improving serialization performance.

Version 0.4.21

25 Sep 12:35
4676818

Choose a tag to compare

Bug fixes.

Version 0.4.20

31 Aug 00:16
b5aa429

Choose a tag to compare

Merge pull request #225 from alldroll/byte_input

Unification of bitmap unserialization by using auxiliary byteInput approach