Skip to content

Releases: RoaringBitmap/roaring

Version 2.2.0

12 Jun 14:45
1f811f6
Compare
Choose a tag to compare

go.mod update

Full Changelog: v2.1.0...v2.2.0

Version 2.1.0

12 Jun 01:22
eb262be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

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