alecmocatta / streaming_algorithms

Performant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
Apache License 2.0
83 stars 11 forks source link

hyperlogloglog one log more #16

Open jianshu93 opened 1 year ago

jianshu93 commented 1 year ago

Hello Team,

Recently, the hyperlogloglog was published to be even more space efficient. Just wondering whether it is possible to also add it: https://dl.acm.org/doi/abs/10.1145/3534678.3539246

Thanks,

Jianshu