hyperloglog Questions

1

Solved

Let's say that i have a hyperloglog in redis which counts messages is there any provisions whereby I can to some degree account for delete messages?
Kunzite asked 15/2, 2017 at 12:59

2

The problem is simple: I need to find the optimal strategy to implement accurate HyperLogLog unions based on Redis' representation thereof--this includes handling their sparse/dense representations...
Hydrotherapeutics asked 7/5, 2015 at 16:20

3

I've been learning about different algorithms in my spare time recently, and one that I came across which appears to be very interesting is called the HyperLogLog algorithm - which estimates how ma...
Grewitz asked 8/9, 2012 at 0:28

6

Solved

Where can I find a valid implementation of LogLog algorithm? Have tried to implement it by myself but my draft implementation yields strange results. Here it is: function LogLog(max_error, max_co...
Hermia asked 13/5, 2011 at 10:40

2

Solved

The HyperLogLog algorithm by Flajolet et al describes a clever way to estimate the cardinality of a set using only a tiny amount of memory. However, it does take into account all N elements of th...
Latchstring asked 25/11, 2012 at 16:1
1

© 2022 - 2024 — McMap. All rights reserved.