Skip to content

Releases: RoaringBitmap/roaring

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

Version 1.2.2

16 Jan 15:49
Compare
Choose a tag to compare

What's Changed

  • Update roaring64.go by @hyhanyan in #368
  • Bump github.com/stretchr/testify to v1.7.0 by @b4bay in #377
  • Fixes #335 by allowing tests even if disk access is disabled.

New Contributors

Full Changelog: v1.2.1...v1.2.2

Version 1.2.1

14 Jun 01:20
aacb00c
Compare
Choose a tag to compare

Patch release fixing #358

credit:
@jacksonrnewhouse @richardartoul

Version 1.2.0

08 Jun 14:12
f9b341e
Compare
Choose a tag to compare

We introduce arena allocation for frozen views which may improve performance in some cases.

Version 1.1.0

19 May 13:21
21f5fe7
Compare
Choose a tag to compare

Adding value-based iterators to avoid heap allocations #354