Releases: axiomhq/hyperloglog
Releases · axiomhq/hyperloglog
v0.2.6
What's Changed
- Optimize slice appending by using slice expansion by @HurSungYun in #53
- upgrade go-metro by @mgartner in #54
- docs: fix broken link by @HurSungYun in #49
- deps: update github.com/kamstrup/intmap to v0.5.2 by @charlievieth in #57
New Contributors
- @charlievieth made their first contribution in #57
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- chore: reorganize comments in docs-friendly way by @HurSungYun in #48
- assorted optimizations by @mgartner in #50
New Contributors
- @HurSungYun made their first contribution in #48
- @mgartner made their first contribution in #50
Full Changelog: v0.2.3...v0.2.4
Implement upcoming encoding.BinaryAppender interface (Go 1.24)
Update intmap to v0.5.1
This release includes the update of intmap from 0.5.0 to 0.5.1.
intmap.Set
Use intmap.Set[uint32] instead of map[uint32]struct{}
Increases speed operations of Add and Merge
What's Changed
- Make HyperLogLog order independent by @seiflotfy in #42
- Improve set operation speeds by @seiflotfy in #43
Full Changelog: v0.2.0...v0.2.1