143 skills found · Page 1 of 5
tporadowski / RedisNative port of Redis for Windows. Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs. This repository contains unofficial port of Redis to Windows.
ekzhu / DatasketchMinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW
citusdata / Postgresql HllPostgreSQL extension adding HyperLogLog data structures as a native data type
axiomhq / HyperloglogHyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom
clarkduvall / HyperloglogHyperLogLog and HyperLogLog++ implementation in Go/Golang.
armon / HlldC network daemon for HyperLogLogs
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
aggregateknowledge / Java HllJava library for the HyperLogLog algorithm
axiomhq / HyperminhashHyperMinHash: Bringing intersections to HyperLogLog
thepirat000 / CachingFramework.RedisDistributed caching based on StackExchange.Redis and Redis. Includes support for tagging and is cluster-compatible.
Alephbet / GimelRun your own A/B testing backend using AWS Lambda and Redis HyperLogLog
aaw / Hyperloglog RedisAn implementation of the HyperLogLog algorithm backed by Redis
google / ZetasketchA collection of libraries for single-pass, distributed, sublinear-space approximate aggregation and sketching algorithms. Currently: HyperLogLog++; more to come.
dnbaker / DashingFast and accurate genomic distances using HyperLogLog
dnbaker / SketchC++ Implementations of sketch data structures with SIMD Parallelism, including Python bindings
bigmlcom / SketchySketching Algorithms for Clojure (bloom filter, min-hash, hyper-loglog, count-min sketch)
dynatrace-oss / Hash4jDynatrace hash library for Java
ascv / HyperLogLogFast HyperLogLog for Python.
Qihoo360 / BlackwidowA library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb, as the storage layer for Pika https://github.com/OpenAtomFoundation/pika .