Releases: bits-and-blooms/bitset
Releases · bits-and-blooms/bitset
Version 1.8.0
What's Changed
- Add Security Policy by @gabibguti in #127
- Updating go.mod
Full Changelog: v1.7.0...v1.8.0
Version 1.7.0
What's Changed
- Eliminate some allocations in ReadFrom/WriteTo by @omerfirmak in #124
Full Changelog: v1.6.0...v1.7.0
Version 1.6.0
What's Changed
- unit -> uint typo fix by @jannotti in #120
- fixing issue #121 by @lemire in #122 credit to @omerfirmak for the report
New Contributors
- @jannotti made their first contribution in #120
- @gabibguti made their first contribution in #119
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
Version 1.4.0
What's Changed
- Clean last word of target bitset after using Copy. by @steampoweredtaco in #113
- Make WriteTo respect BitSet length by @omerfirmak in #115
New Contributors
- @steampoweredtaco made their first contribution in #113
- @omerfirmak made their first contribution in #115
Full Changelog: v1.3.3...v1.4.0
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.