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 visualisation

+6
+6
README.md
··· 46 46 47 47 The `--help` option is available. 48 48 49 + ## Analysis 50 + 51 + ![][cvmcount.png] 52 + 49 53 ## Note 50 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! 51 55 ··· 54 58 55 59 ## Implementation Details 56 60 The CLI app strips punctuation from input tokens using a regex. I assume there is a small performance penalty, but it seems like a small price to pay for increased practicality. 61 + 62 +
cvmcount.png

This is a binary file and will not be displayed.