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
Version bump
author
Stephan Hügel
date
2 years ago
(May 24, 2024, 9:33 AM +0100)
commit
df1c7cb8
df1c7cb88fa22fa14abb25e3be85d5ff023b9b8a
parent
ec8edb2a
ec8edb2a468de5009b313a99da8c7f1fc538e4c6
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
Cargo.toml
README.md
+1
-1
Cargo.toml
Reviewed
···
5
5
license = "MIT OR Apache-2.0"
6
6
repository = "https://github.com/urschrei/cvmcount"
7
7
8
8
-
version = "0.1.3"
8
8
+
version = "0.1.4"
9
9
edition = "2021"
10
10
11
11
[dependencies]
+1
-1
README.md
Reviewed
···
14
14
# CLI Example
15
15
16
16
```shell
17
17
-
cvmcount -t file.txt -e 0.8 -d 0.1 -s 2900
17
17
+
cvmcount -t file.txt -e 0.8 -d 0.1 -s 5000
18
18
```
19
19
`-t --tokens`: a valid path to a text file
20
20