Releases: bits-and-blooms/bitset
Releases · bits-and-blooms/bitset
Version 1.3.3
What's Changed
- fix
ReadFrom
generate corrupted bitset when reader incompletely fills buf by @mingmingtsao in #111
New Contributors
- @mingmingtsao made their first contribution in #111
Full Changelog: v1.3.2...v1.3.3
Version 1.3.2
Version 1.3.1
What's Changed
Full Changelog: v1.3.0...v1.3.1
Version 1.3.0
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
- @SignorMercurio made their first contribution in #104
- @SimFG made their first contribution in #105
Full Changelog: v1.2.2...v1.3.0
Version 1.2.2
Reduced memory usage during serialization and deserialization.
Version 1.2.1
Patch release regarding a bug in Shrink function.
Version 1.2.0
v1.2.0 Update README.md
Version 1.1.11
v1.1.11 Update README.md
Version 1.1.10
v1.1.10 Delete VERSION
Version 1.1.9
v1.1.9 Minor optimizations.