Releases: axiomhq/hyperloglog
Releases · axiomhq/hyperloglog
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