# README
This is a copy of github.com/axiomhq/hyperloglog.
# Functions
New returns a HyperLogLog Sketch with 2^14 registers (precision 14).
New14 returns a HyperLogLog Sketch with 2^14 registers (precision 14).
New16 returns a HyperLogLog Sketch with 2^16 registers (precision 16).
New16NoSparse returns a HyperLogLog Sketch with 2^16 registers (precision 16) that will not use a sparse representation.
NewNoSparse returns a HyperLogLog Sketch with 2^14 registers (precision 14) that will not use a sparse representation.
# Variables
ErrorTooShort is an error that UnmarshalBinary try to parse too short binary.