Skip to content

Releases: bits-and-blooms/bitset

Version 1.7.0

22 Apr 16:02
d89a0ac
Compare
Choose a tag to compare

What's Changed

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

Version 1.6.0

17 Apr 15:11
6a9d3a3
Compare
Choose a tag to compare

What's Changed

New Contributors

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

Version 1.5.0

24 Jan 15:50
a8d8045
Compare
Choose a tag to compare

What's Changed

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

Version 1.4.0

18 Nov 16:57
312c8c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.3...v1.4.0

Version 1.3.3

14 Sep 13:22
e160993
Compare
Choose a tag to compare

What's Changed

  • fix ReadFrom generate corrupted bitset when reader incompletely fills buf by @mingmingtsao in #111

New Contributors

Full Changelog: v1.3.2...v1.3.3

Version 1.3.2

12 Sep 15:25
bad3f19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1

07 Sep 19:27
36eb6b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

21 Jul 14:23
8e934f5
Compare
Choose a tag to compare

What's Changed

  • add SetBitsetFrom() to resolve #85 by @SignorMercurio in #104
  • Refine some functions by @SimFG in #105
  • Replace extendSetMaybe by extendSet and bring the checks at the calling point (for performance) by @lemire in #106

New Contributors

Full Changelog: v1.2.2...v1.3.0

Version 1.2.2

18 Mar 15:17
117140e
Compare
Choose a tag to compare

Reduced memory usage during serialization and deserialization.

Version 1.2.1

09 Sep 18:13
Compare
Choose a tag to compare

Patch release regarding a bug in Shrink function.