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