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.

Merge pull request #13 from urschrei/dependabot/cargo/criterion-0.7.0

+1 -1
+1 -1
Cargo.toml
··· 19 19 rustc-hash = "2.1.1" 20 20 21 21 [dev-dependencies] 22 - criterion = "0.6.0" 22 + criterion = "0.7.0" 23 23 24 24 [lib] 25 25 name = "cvmcount"