KostyaRyabov / HyperLogLog

This is a C ++ implementation of the HyperLogLog algorithm. HyperLogLog is an algorithm for the count-distinct problem, approximating the number of distinct elements in a multiset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperLogLog

This is a C ++ implementation of the HyperLogLog algorithm. HyperLogLog is an algorithm for the count-distinct problem, approximating the number of distinct elements in a multiset

WIKI

About

This is a C ++ implementation of the HyperLogLog algorithm. HyperLogLog is an algorithm for the count-distinct problem, approximating the number of distinct elements in a multiset


Languages

Language:C++ 100.0%