ekmett / hyperloglog

A constant-memory approximation of set membership
Other
24 stars 14 forks source link

provide a Serial instance #11

Closed cartazio closed 9 years ago

cartazio commented 9 years ago

currently HyperLogLog only provides a Cereal Serialize, and it'd be super handy to also provide a Serial instance. That may have the knock on effect of pushing bytes to provide a Data.Vector instance for Serial perhaps?

ekmett commented 9 years ago

I suppose I should just incur the bytes dependency and get both.

ekmett commented 9 years ago

Worse, I already have the dependencies, just not the instances.

ekmett commented 9 years ago

Closed by 95f8824637973d5c965f4832ff0 and ab124334b71449e93