Skip to content

Releases: RoaringBitmap/CRoaring

Version 0.6.0

20 Jul 20:25

Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

Version 0.5.0

13 Apr 12:57

Choose a tag to compare

Providing the possibility of pluggable custom memory.

Version 0.4.0

12 Oct 14:00

Choose a tag to compare

Adding support for frozen format under C++ (credit: @olan-ibm, review by @andreigudkov)

Version 0.3.4

16 Aug 17:20

Choose a tag to compare

Patch release: fixing a bug with copy-on-write (issue 316). credit @longqimin

Version 0.3.3

25 Jul 16:07

Choose a tag to compare

Patch release: fixing a bug that might affect legacy x64 processor when checking the equality between bitmaps.

Slightly improved portability

09 Aug 19:04

Choose a tag to compare

v0.1.1

Improving portability and add missing externs.

First version with unity build

05 Aug 01:42

Choose a tag to compare

v0.1.0

Applying clang format throughout.

Feature-complete version

15 Jul 13:48

Choose a tag to compare

v0.0.3

Minor update to README following recent PR

complete research prototype

30 May 17:21

Choose a tag to compare

v0.0.2

Implementing "remove" as per https://github.com/RoaringBitmap/CRoarin…