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.

Add summary stats

+9
+9
README.md
··· 49 49 ## Analysis 50 50 51 51 ![](cvmcount.png) 52 + ```text 53 + Mean: 9015.744000 54 + Std: 534.076058 55 + Min 7552.000000 56 + 25% 8672.000000 57 + 50% 9024.000000 58 + 75% 9344.000000 59 + Max 11072.00000 60 + ``` 52 61 53 62 ## Note 54 63 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!