hyperloglog
There are 95 repositories under hyperloglog topic.
ekzhu/datasketch
MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW
axiomhq/hyperloglog
HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom
youzan/ZanRedisDB
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
fcambus/logswan
Fast Web log analyzer using probabilistic data structures
Callidon/bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
axiomhq/hyperminhash
HyperMinHash: Bringing intersections to HyperLogLog
thepirat000/CachingFramework.Redis
Distributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
dnbaker/dashing
Fast and accurate genomic distances using HyperLogLog
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)
ascv/HyperLogLog
Fast HyperLogLog for Python.
dynatrace-oss/hash4j
Dynatrace hash library for Java
alecmocatta/streaming_algorithms
Performant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
mattlorimor/ProbabilisticDataStructures
A probabilistic data structures library for C#
absolute8511/ZanRedisDB
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
bcgsc/ntCard
Estimating k-mer coverage histogram of genomics data
oertl/hyperloglog-sketch-estimation-paper
Paper about the estimation of cardinalities from HyperLogLog sketches
retailnext/hllpp
HyperLogLog cardinality estimation algorithm in go/golang!
LiveRamp/HyperMinHash-java
Union, intersection, and set cardinality in loglog space
wangyi-fudan/wyHLL
The dream accurate approximate set cardinality estimator based on 3-bit HyperLogLog. More accurate than Redis HyperLogLog.
jedisct1/rust-hyperloglog
A HyperLogLog implementation in Rust.
dynatrace-research/set-sketch-paper
SetSketch: Filling the Gap between MinHash and HyperLogLog
travisbrady/flajolet
Probabilistic data structures for OCaml
andy2046/gopie
go patterns
nidorx/sqlog
SQLog - Connecting the dots
sasha-s/go-hll
HyperLogLog in golang
jean-pierreBoth/probminhash
Rust implementation of probminhash, superminhash and hyperloglog sketching algorithms
tabac/hyperloglog.rs
HyperLogLog implementations.
shabbyrobe/phphll
HyperLogLog for PHP implemented as a C extension
matoous/visigo
Unique site visits counter in Go
cloudflare/cardinality-estimator
A crate for estimating the cardinality of distinct elements in a stream or dataset.
kalaidin/sketches
HyperLogLog and other probabilistic data structures for mining in data streams
simonprickett/python-probabilistic-data-structures
Exploring Probabilistic Data Structures in Python - my 2021 Pycon USA and Australia and Pycon MEA 2022 talk.
ankane/datasketches-ruby
Sketch data structures for Ruby
jlumbroso/java-random-hash
A simple, time-tested, family of random hash functions in Java, based on CRC32, affine transformations, and the Mersenne Twister. 🎲
jlumbroso/python-random-hash
A simple, time-tested, family of random hash functions in Python, based on CRC32 and xxHash, affine transformations, and the Mersenne Twister. 🎲