Rust implementation of the CVM algorithm for counting distinct elements in a stream
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix image link

+1 -1
+1 -1
README.md
··· 48 48 49 49 ## Analysis 50 50 51 - ![][cvmcount.png] 51 + ![](cvmcount.png) 52 52 53 53 ## Note 54 54 If you're thinking about using this library, you presumably know that it only provides an estimate (within the specified bounds), similar to something like HyperLogLog. You are trading accuracy for speed!