-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
First of all, this library is great. Thank you!
I wanted to suggest two features found in some other HLL libraries that (as far as I can tell) are missing here. It is possible to compute an estimated cardinality of the intersection between two HLLs and an estimated similarity between two HLLs.
Here is a Go library that focuses on these two features: https://github.com/axiomhq/hyperminhash
It would be awesome to have C implementations of these operations exposed to python as part of the HyperLogLog object.
hll1.intersection(hll2)
hll1.similarity(hll2)Metadata
Metadata
Assignees
Labels
No labels