Closed jgoodknight closed 4 years ago
HLL++ doesn't do well for small cardinalities so we are updating our implementation to use a version of sparse mode from the HLL++ paper, that doesn't care so much about memory space but is much simpler to implement.
Note this is not tested.
Please add tests, especially for the merge.
Added tests.
I added the tests. PTAL. Thanks!
HLL++ doesn't do well for small cardinalities so we are updating our implementation to use a version of sparse mode from the HLL++ paper, that doesn't care so much about memory space but is much simpler to implement.
Note this is not tested.