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

+1 -1
+1 -1
Cargo.toml
··· 8 8 keywords = ["CVM", "count-distinct", "estimation"] 9 9 categories = ["algorithms", ] 10 10 11 - version = "0.1.10" 11 + version = "0.1.11" 12 12 edition = "2021" 13 13 14 14 [dependencies]