LivewareProblems / hyper

Erlang implementation of HyperLogLog
MIT License
16 stars 1 forks source link

push precision in the backend #6

Closed DianaOlympos closed 1 year ago

DianaOlympos commented 3 years ago

Right now the precision is stored in the top level handled by hyper_register.

But we also need it in the backend for some operations. Let's put it fully in the backend and extend the behaviour with a precision callbacks that would return it