Skip to content

Releases: axiomhq/hyperloglog

v0.2.5

28 Feb 20:09
d986218
Compare
Choose a tag to compare

What's Changed

  • Adjust call to decode() for parameter change by @paul1r in #52

Full Changelog: v0.2.4...v0.2.5

v0.2.4

28 Feb 12:42
ac34a16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.2.4

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