Repository navigation

#

count-min-sketch

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

Python
766
1 年前

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

TypeScript
398
22 天前

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

C++
152
9 个月前

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

Clojure
148
2 年前
Python
116
4 个月前

A class library implementing probabilistic data structures in .NET

C#
61
2 年前

Pond is a high performance object-pooling library for Python

Python
54
1 年前

An implementation of Count-Min Sketch in Golang

Go
35
5 个月前

A compressed adaptive optimizer for training large-scale deep learning models using PyTorch

Python
27
5 年前

LFU-based in-memory cache in Rust

Rust
15
2 年前

High performance approximate algorithms in Go (e.g. morris counter, count min, etc.)

Go
15
1 年前

an implementation of Count-Min Sketch, an approximate counting data structure for summarizing data streams, in golang

Go
13
5 年前

Thread-safe and persistent Golang implementations of probabilistic data structures: Bloom Filter, Cuckoo Filter, HyperLogLog, Count-Min Sketch and Top-K

Go
8
1 年前

Implementation and experimental tests of various algorithms.

Python
4
5 年前