Skip to content

Releases: RoaringBitmap/roaring

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

Version 1.4.0

17 Aug 14:42
952b765
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

20 May 21:27
8d41a8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

Version 1.2.3

23 Jan 16:06
ed7ebc9
Compare
Choose a tag to compare

What's Changed

  • Allowing soft disabling of IO tests. by @lemire in #379

Full Changelog: v1.2.2...v1.2.3