johnmyleswhite / StreamStats.jl

Compute statistics over data streams in pure Julia
Other
48 stars 7 forks source link

Implement alternative algorithms for ApproxDistinct #3

Open johnmyleswhite opened 9 years ago

johnmyleswhite commented 9 years ago

We should implement both LogLog and HyperLogLog++ to see how they perform.