-
Notifications
You must be signed in to change notification settings - Fork 11
/
CITATION.cff
36 lines (35 loc) · 896 Bytes
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: PyProbables
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Tyler
family-names: Barrus
email: [email protected]
orcid: 'https://orcid.org/0000-0002-6691-0360'
repository-code: 'https://github.com/barrust/pyprobables'
abstract: >-
A set of probabilistic data structures written in
python
keywords:
- Probabilistic
- Data Structures
- Bloom Filter
- Count-Min Sketch
- Cuckoo Filter
- Counting Bloom Filter
- Count-Mean-Min Sketch
- Count-Mean Sketch
- Heavy Hitters
- Stream Threshold
- Rolling Bloom Filter
- Expanding Bloom Filter
- Counting Cuckoo Filter
- Quotient Filter
license: MIT
version: 0.6.0
date-released: '2024-01-10'