65
Computer Scientists Invent an Efficient New Way to Count
(www.quantamagazine.org)
A community dedicated to topics related to data structures and algorithms.
Wow this is surprisingly simple.
It really is. It'd make a wonderful assignment in a second level programming class.
We use hyperlloglog++ for this because it's mergable across nodes and threads. I haven't thought much about combining this one.