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 bench setup so we can save baselines

+2
+2
Cargo.toml
··· 25 25 name = "cvmcount" 26 26 path = "src/lib.rs" 27 27 doctest = false 28 + bench = false 28 29 29 30 [[bin]] 30 31 name = "cvmcount" 31 32 path = "src/main.rs" 32 33 test = false 34 + bench = false 33 35 34 36 [profile.release] 35 37 lto = true