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 install instructions

+2
+2
README.md
··· 7 7 The blog post describing the algorithm is here: https://www.quantamagazine.org/computer-scientists-invent-an-efficient-new-way-to-count-20240516/ 8 8 9 9 # CLI Example 10 + 11 + `cargo install cvmcount` 10 12 `cvmcount file.txt 0.8 0.1 2900` 11 13 12 14 The `--help` option is available.