API Reference hyper v0.4.0
modules
Modules
Implementation of HyperLogLog with bias correction as described in the Google paper, http://static.googleusercontent.com/external_content/untrusted_dlcp/ research.google.com/en//pubs/archive/40671.pdf
Registers stored in one large binary
If you wish to implement your own backend for storing registers, your module needs to implement these interfaces. The backend modules have quite a lot of responsibility (detailed below) to allow for backend-specific optimizations.