Closed cartazio closed 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?
I suppose I should just incur the bytes dependency and get both.
bytes
Worse, I already have the dependencies, just not the instances.
Closed by 95f8824637973d5c965f4832ff0 and ab124334b71449e93
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?