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
Fix keywords
author
Stephan Hügel
date
2 years ago
(May 24, 2024, 5:30 PM +0100)
commit
615950a4
615950a466cf22164ebd16c347a776a332f8187d
parent
deb65505
deb65505f085fad9d23b15f973c5480625ea9ef1
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.toml
+1
-1
Cargo.toml
Reviewed
···
5
5
license = "MIT OR Apache-2.0"
6
6
repository = "https://github.com/urschrei/cvmcount"
7
7
documentation = "https://docs.rs/cvmcount"
8
8
-
keywords = ["CVM", "count-distinct", "cardinality-estimation"]
8
8
+
keywords = ["CVM", "count-distinct", "estimation"]
9
9
categories = ["algorithms", ]
10
10
11
11
version = "0.1.6"