hyperloglog

Element counter

An algorithm for approximating the number of distinct elements in data sets

HyperLogLog with lots of sugar (Sparse, LogLog-Beta bias correction and TailCut space reduction) brought to you by Axiom

GitHub

945 stars
21 watching
71 forks
Language: Go
last commit: 3 months ago
Linked from 2 awesome lists

axiomdata-structuresgogolanghyperloglog

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
aggregateknowledge/java-hll A Java library implementing a probabilistic set data structure for counting distinct values with tunable precision 313
seiflotfy/count-min-log A Go implementation of a technique to approximate event counting with reduced error for low-frequency events in large-scale processing. 66
liveramp/hyperminhash-java An algorithm for approximating set cardinalities and intersections with low memory usage 54
andyli/hxlinq An implementation of LINQ-like functionality in Haxe. 45
vislee/lua-resty-hyperloglog A Lua module implementing a fast and efficient probabilistic counting data structure called Hyperloglog for use in web applications. 4
thma/lambda-ski Implementing a graph-reduction machine for a small functional language based on λ-calculus and combinatory logic 28
vafeiadis/hahn A collection of lemmas and tactics about lists and binary relations for a proof assistant 30
go-rel/rel A modern ORM layer for Golang 770
joaodanielrufino/gcloc A tool to count lines of code in various programming languages and file formats. 30
expo/hello-graphql An example project that integrates Exponent with Apollo Client to interact with a backend using GraphQL. 43
monaxgt/parsefields Tool for analyzing and structuring log data from JSON-like sources 7
ahgamut/blis A software framework that instantiates high-performance linear algebra libraries 4
geocoq/geocoq A formalization of geometry using the Coq proof assistant. 186
thealgorithms/php A collection of reusable algorithms and data structures in PHP for efficient computational tasks. 2,127
travitch/datalog A Haskell implementation of Datalog, allowing recursive queries in a logic language. 102