Skip to content

Releases: RoaringBitmap/RoaringBitmap

1.6.13

05 Apr 15:17
6a70976

Choose a tag to compare

What's Changed

  • Fix minHigh, add synchronized on cache-writing by @blacelle in #829

Full Changelog: 1.6.12...1.6.13

1.6.12

17 Mar 17:07
423c1e8

Choose a tag to compare

What's Changed

  • Preallocate container array to exact size when converting between bitmap types by @zoltanmeze in #827

Full Changelog: 1.6.11...1.6.12

1.6.11

26 Feb 20:50
e4f74a2

Choose a tag to compare

What's Changed

  • Change LeafNode clone to copy the properties instead of using getKey() constructor by @hmedlinphocas in #825

New Contributors

Full Changelog: 1.6.10...1.6.11

1.6.9

20 Feb 01:20

Choose a tag to compare

Full Changelog: 1.6.8...1.6.9

1.6.8

19 Feb 23:26
93b90f6

Choose a tag to compare

What's Changed

  • Bring back RoaringBitmap artifact ID by @snazy in #824

New Contributors

Full Changelog: 1.6.7...1.6.8

Version 1.6.0

16 Dec 01:13

Choose a tag to compare

What's Changed

  • a two-level succinct data structure that provides constant-time rank operations for dense RoaringBitmaps by @geraldpgreen in #813

New Contributors

Full Changelog: 1.5.4...1.6.0

Version 1.5.4

27 Nov 18:45

Choose a tag to compare

What's Changed

Full Changelog: 1.5.3...1.5.4

Release early-access

27 Nov 06:11

Choose a tag to compare

Release early-access Pre-release
Pre-release

Changelog

82b61fc smarter
62a02bb more tweaking
d47045a Merge branch 'master' of github.com:RoaringBitmap/RoaringBitmap
2eaf9b0 trying again to release
d8dcfb1 Rank long (#811)

Version 1.5.3

26 Aug 21:25

Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

Version 1.5.2

04 Aug 17:21

Choose a tag to compare

What's Changed

  • fix for windows delete in tests by @mkeskells
  • [64 bit bitmaps) Split non-leaf - BranchNode from leaf nodes (to reduce memory footprint) by @mkeskells in https://github.com//pull/786

Full Changelog: 1.5.1...1.5.2