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