Skip to content

Releases: RoaringBitmap/roaring

Version 0.4.5

14 Apr 00:37
be602e3
Compare
Choose a tag to compare
Merge pull request #178 from maciej/par2.1

Faster ParOr

Version 0.4.4

02 Apr 19:28
Compare
Choose a tag to compare
v0.4.4

Fixing a bug in GetSerializedSizeInBytes... we overallocate!

Version 0.4.3

07 Mar 22:49
Compare
Choose a tag to compare
v0.4.3

fix for https://github.com/RoaringBitmap/roaring/issues/152

Version 0.4.2

06 Feb 21:33
5799591
Compare
Choose a tag to compare
Merge pull request #145 from maciej/inline-bc-lazyior-run

Manually inline setBitmapRange to *bitmapContainer.lazyIOR function

Version 0.4.1

31 Jan 17:30
84551f0
Compare
Choose a tag to compare
Merge pull request #132 from maciej/frombuffer-changes

roaringArray.fromBuffer() changes

Version 0.4.0

09 Jan 15:36
0a6691a
Compare
Choose a tag to compare

Now fully compatible with Java and C versions.

Version 0.3.16

07 Nov 23:08
5930de3
Compare
Choose a tag to compare
Merge pull request #124 from maciej/to-arr-container-double-alloc

bitmapContainer.toArrayContainer: remove double slice allocation

Version 0.3.15

31 Oct 20:42
f69af21
Compare
Choose a tag to compare
Merge pull request #120 from maciej/par-avoid-cloning

Parallel: remove redundant container copying

Version 0.3.14

22 Oct 13:50
Compare
Choose a tag to compare
Merge pull request #111 from maciej/par_and_fix

Fixes an issue with ParAnd producing bitmaps with empty containers

Version 0.3.13

21 Oct 15:56
Compare
Choose a tag to compare
v0.3.13

Applying golint