count-min-sketch topic

List count-min-sketch repositories

BoomFilters

1.6k
Stars
112
Forks
Watchers

Probabilistic data structures for processing continuous, unbounded streams.

countminsketch

30
Stars
4
Forks
Watchers

An implementation of Count-Min Sketch in Golang

count-min-sketch

42
Stars
16
Forks
Watchers

Count-Min Sketch Implementation in C

pyprobables

109
Stars
9
Forks
Watchers

Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html

bloom-filters

342
Stars
38
Forks
Watchers

JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash

sketchy

146
Stars
18
Forks
Watchers

Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)

khmer

739
Stars
294
Forks
Watchers

In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more

sketch

147
Stars
14
Forks
Watchers

C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings

Maybe

60
Stars
12
Forks
Watchers

A class library implementing probabilistic data structures in .NET