Skip to content

Releases: RoaringBitmap/roaring

v2.0.0

11 Jun 23:28
612b5f6
Compare
Choose a tag to compare

This is a major release with two important features contributed by @bearrito.

What's Changed

New Contributors

Full Changelog: v1.9.4...v2.0.0

Version 1.9.4

03 Jun 14:41
Compare
Choose a tag to compare

Updated documented regarding BSI. Users are encouraged to specify the full range, otherwise the query results could be incorrect.

Issue: #426

Full Changelog: v1.9.3...v1.9.4

Version 1.9.3

16 Apr 18:43
35d7182
Compare
Choose a tag to compare

What's Changed

  • faster iandnot between bitmap and array containers by @neena in #419

Full Changelog: v1.9.2...v1.9.3

Version 1.9.2

08 Apr 17:28
2bf931c
Compare
Choose a tag to compare

What's Changed

  • faster iandnot between bitmap containers and run containers by @neena in #418

Full Changelog: v1.9.1...v1.9.2

Version 1.9.1

22 Mar 04:49
c99a062
Compare
Choose a tag to compare

What's Changed

  • Faster faster iandnot by @lemire in #417
  • improve performance of AndNot between array and run containers by @neena in #416

New Contributors

Full Changelog: v1.9.0...v1.9.1

Version 1.9.0

29 Jan 20:22
aec9bd4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

Version 1.8.0

25 Jan 16:10
88e9207
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

Version 1.7.0

18 Dec 15:59
Compare
Choose a tag to compare

What's Changed

			mybitset := roaringbitmap.ToBitSet()
			newroaringbitmap := roaring.FromBitSet(mybitset)

New Contributors

Full Changelog: v1.6.0...v1.7.0

Version 1.6.0

04 Oct 20:18
504d4b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

25 Aug 21:37
c7bccc2
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary allocations in 64 bit BSI by @anacrolix in #394
  • Verifying and fixing issue 396 : UnmarshalBinary or FromBase64 should not have their containers marked as needing copy-on-write by @lemire in #397

Full Changelog: v1.4.0...v1.5.0