count-min-sketch
There are 48 repositories under count-min-sketch topic.
tylertreat/BoomFilters
Probabilistic data structures for processing continuous, unbounded streams.
dib-lab/khmer
In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more
Callidon/bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
dnbaker/sketch
C++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings
bigmlcom/sketchy
Sketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
barrust/pyprobables
Probabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html
mattlorimor/ProbabilisticDataStructures
A probabilistic data structures library for C#
rmc00/Maybe
A class library implementing probabilistic data structures in .NET
T-baby/pondpond
Pond is a high performance object-pooling library for Python
barrust/count-min-sketch
Count-Min Sketch Implementation in C
andy2046/gopie
go patterns
shenwei356/countminsketch
An implementation of Count-Min Sketch in Golang
rdspring1/Count-Sketch-Optimizers
A compressed adaptive optimizer for training large-scale deep learning models using PyTorch
averias/phpredis-bloom
PHP client for RedisBloom module
palicao/phpRebloom
🎛️ Use RedisBloom in PHP!
SarthakMakhija/cached
LFU-based in-memory cache in Rust
jehiah/countmin
an implementation of Count-Min Sketch, an approximate counting data structure for summarizing data streams, in golang
kelindar/approx
High performance approximate algorithms in Go (e.g. morris counter, count min, etc.)
kwertop/gostatix
Thread-safe and persistent Golang implementations of probabilistic data structures: Bloom Filter, Cuckoo Filter, HyperLogLog, Count-Min Sketch and Top-K
mlkra/various-algorithms
Implementation and experimental tests of various algorithms.
artem0/spark-algebird
Spark with probabilistic algortighmts - Bloom filter, HLL, QTree and Count-min sketch
mtchavez/countmin
CountMin sketching algorithm in golang
omigo/sketch
Count-Min Sketch
pNre/Sketching
Collection of sketching algorithms in Swift
sLaYerUnleAsheD/advanced-data-structures
Some advanced data structures' implementations in C++
wenkesj/khh
Vanilla python implementation of the K- Heavy Hitters algorithm (data-structure)
jleni/pysketch
pySketch (count-min sketch)
SarthakMakhija/probabilistic-data-structures
Repository for an article series on probabilistic data structures including Skiplist, bloom filter, counting bloom filter, count sketch, count min sketch etc
tabac/countmin.rs
CountMin sketch implementation.
timjchin/streaming-counter
Top N Streaming Counter
adityatripathiiit/DataScience
Repository for implementation details for Data-Science
justin830827/Twitter-Trend-Analysis
The project aims to find the trend by extracting and analyzing top k words in real-time posts of Twitter.
Pejo-306/HMI-Tree-Optimization
PoC (Proof of Concept) caching optimization algorithm for graphical tree environment, written entirely in pure C++.
seby-sbirna/Computational-Data-Processing-using-Spark-Pandas-and-Data-Streaming
This repository contains a collection of three Data Engineering capstone projects made for the DTU Data Engineering course 02807: Computational Tools for Data Science
worldofnick/Machine-Learning
Collection of code covering various topics in Machine Learning