hyperloglog topic

List hyperloglog repositories

dashing

159
Stars
11
Forks
Watchers

Fast and accurate genomic distances using HyperLogLog

logswan

388
Stars
26
Forks
Watchers

Fast Web log analyzer using probabilistic data structures

flajolet

39
Stars
3
Forks
Watchers

Probabilistic data structures for OCaml

wyHLL

55
Stars
0
Forks
Watchers

The dream accurate approximate set cardinality estimator based on 3-bit HyperLogLog. More accurate than Redis HyperLogLog.

bloom-filters

348
Stars
38
Forks
Watchers

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

CachingFramework.Redis

282
Stars
52
Forks
Watchers

Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.

datasketch

2.4k
Stars
289
Forks
Watchers

MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW

sketchy

146
Stars
18
Forks
Watchers

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

sketch

149
Stars
14
Forks
Watchers

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

hyperminhash

301
Stars
18
Forks
Watchers

HyperMinHash: Bringing intersections to HyperLogLog