count-distinct
There are 7 repositories under count-distinct topic.
dynatrace-research/exaloglog-paper
ExaLogLog: Space-Efficient and Practical Approximate Distinct Counting up to the Exa-Scale
dynatrace-research/ultraloglog-paper
UltraLogLog: A Practical and More Space-Efficient Alternative to HyperLogLog for Approximate Distinct Counting
esalini22/gene-hll
HyperLogLog en C++ y OpenMP para cálculo de similitud de genomas mediante índice de Jaccard
alexandre-lecoq/HyperLogLog
Implements the Hyper Log Log approximate count-distinct algorithm.
urschrei/cvmcount_py
Python implementation of the CVM algorithm
KyleKreuter/count-distinct-problem-solver
This project provides an implementation of the count-distinct problem, also known as the cardinality estimation problem, in computer science
urschrei/cvmcount
A Rust implementation of the CVM algorithm for counting distinct elements in a stream