Skip to content

Releases: axiomhq/hyperloglog

Implement upcoming encoding.BinaryAppender interface (Go 1.24)

08 Jan 08:11
v0.2.3
ccca8cb
Compare
Choose a tag to compare

What's Changed

  • Implement BinaryAppender by @axw in #47

New Contributors

  • @axw made their first contribution in #47

Full Changelog: v0.2.2...v0.2.3

Update intmap to v0.5.1

20 Dec 13:08
v0.2.2
30a916b
Compare
Choose a tag to compare

This release includes the update of intmap from 0.5.0 to 0.5.1.

intmap.Set

05 Dec 10:20
0cc8976
Compare
Choose a tag to compare

Use intmap.Set[uint32] instead of map[uint32]struct{}
Increases speed operations of Add and Merge

What's Changed

Full Changelog: v0.2.0...v0.2.1