alpha
Login
or
Join now
urschrei.eurosky.social
/
cvmcount
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Rust implementation of the CVM algorithm for counting distinct elements in a stream
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Prepare for 1.0.1 release (#17)
author
Stephan Hügel
committer
GitHub
date
6 months ago
(Dec 6, 2025, 6:43 PM UTC)
commit
3b18fd17
3b18fd17e45dca7556f2e1e262ebe5551e181778
parent
19c05857
19c05857d67ddfe209bf6dfe2f01f487c4dc182a
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.toml
+2
-2
Cargo.toml
Reviewed
···
9
9
categories = ["algorithms", ]
10
10
rust-version = "1.85"
11
11
12
12
-
version = "1.0.0"
12
12
+
version = "1.0.1"
13
13
edition = "2024"
14
14
15
15
[dependencies]
···
19
19
rustc-hash = "2.1.1"
20
20
21
21
[dev-dependencies]
22
22
-
criterion = "0.7.0"
22
22
+
criterion = "0.8.0"
23
23
24
24
[lib]
25
25
name = "cvmcount"