Skip to content

Python Implementation of HLL-tailcut with 4-bit buckets and MLE estimator

Notifications You must be signed in to change notification settings

yunwilliamyu/hyperloglog-tailcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Simple implementation of HLL-tailcut.

Based off of Xiao, Zhou, Chen. "Better with Fewer Bits: Improving the Performance of Cardinality Estimation of Large Data Streams". 2017, InfoCom.

Note that this implementation is pretty minimal and lacks most convenience features, as I implemented this just to play with HLL-tailcut, and not actually for production purposes.

About

Python Implementation of HLL-tailcut with 4-bit buckets and MLE estimator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages