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.

Fix keywords

+1 -1
+1 -1
Cargo.toml
··· 5 5 license = "MIT OR Apache-2.0" 6 6 repository = "https://github.com/urschrei/cvmcount" 7 7 documentation = "https://docs.rs/cvmcount" 8 - keywords = ["CVM", "count-distinct", "cardinality-estimation"] 8 + keywords = ["CVM", "count-distinct", "estimation"] 9 9 categories = ["algorithms", ] 10 10 11 11 version = "0.1.6"