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.

Version bump

+2 -2
+1 -1
Cargo.toml
··· 5 5 license = "MIT OR Apache-2.0" 6 6 repository = "https://github.com/urschrei/cvmcount" 7 7 8 - version = "0.1.3" 8 + version = "0.1.4" 9 9 edition = "2021" 10 10 11 11 [dependencies]
+1 -1
README.md
··· 14 14 # CLI Example 15 15 16 16 ```shell 17 - cvmcount -t file.txt -e 0.8 -d 0.1 -s 2900 17 + cvmcount -t file.txt -e 0.8 -d 0.1 -s 5000 18 18 ``` 19 19 `-t --tokens`: a valid path to a text file 20 20