92 skills found · Page 1 of 4
tylertreat / BoomFiltersProbabilistic data structures for processing continuous, unbounded streams.
skizzehq / SkizzeA probabilistic data structure service and storage
Callidon / Bloom FiltersJS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
fcambus / LogswanFast Web log analyzer using probabilistic data structures
dustin / Go ProbablyProbabilistic Data Structures for Go
kristoff-it / Redis CuckoofilterHashing-function agnostic Cuckoo filters for Redis
chanian / HyperlogsandwichA probabilistic data structure for frequency/k-occurrence cardinality estimation of multisets.
crepererum-oss / Pdatastructs.rsSimple probabilistic data structures
Cue / Greplin Bloom FilterJava implementation of a probabilistic set data structure
gakhov / PdsaProbabilistic Data Structures and Algorithms in Python
barrust / PyprobablesProbabilistic data structures in python http://pyprobables.readthedocs.io/en/latest/index.html
gmcabrita / Bloomex:hibiscus: A pure Elixir implementation of Scalable Bloom Filters
guyroyse / Understanding Probabilistic Data StructuresRepository for my upcoming talk "Understanding Probabilistic Data Structures with 112,092 UFO Sightings".
krakend / BloomfilterBloomfilter written in Golang, includes rotation and RPC
alecmocatta / Streaming AlgorithmsPerformant implementations of various streaming algorithms, including Count–min sketch, Top k, HyperLogLog, Reservoir sampling.
AMDComputeLibraries / Morton FilterA compressed, sparse cuckoo filter (see https://www.vldb.org/pvldb/vol11/p1041-breslow.pdf)
yourbasic / BloomProbabilistic set data structure
kristoff-it / Zig CuckoofilterProduction-ready Cuckoo Filters for any C ABI compatible target.
vedhavyas / Cuckoo FilterCuckoo Filter: Practically better than bloom filter
mattlorimor / ProbabilisticDataStructuresA probabilistic data structures library for C#