hyperloglog: An approximate streaming (constant space) unique object counter

[ bsd3, library, numeric ] [ Propose Tags ]

This package provides an approximate streaming (constant space) unique object counter.

See the original paper for details: http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf

Notably it can be used to approximate a set of several billion elements with 1-2% inaccuracy in around 1.5k of memory.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • Data.HyperLogLog
      • Data.HyperLogLog.Config
      • Data.HyperLogLog.Type

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.1, 0.2.3, 0.2.3.1, 0.2.3.2, 0.2.3.3, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1, 0.3.4, 0.4.0.1, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6
Change log CHANGELOG.markdown
Dependencies approximate (>=0.2.1 && <1), base (>=4.3 && <5), binary (>=0.5 && <0.8), bits (>=0.2 && <1), bytes (>=0.7 && <1), cereal (>=0.3.5 && <0.5), cereal-vector (>=0.2 && <0.3), comonad (>=4 && <5), deepseq (>=1.3 && <1.5), distributive (>=0.3 && <1), generic-deriving (>=1.4 && <1.7), hashable (>=1.1.2.3 && <1.3), hashable-extras (>=0.1 && <1), lens (>=4 && <4.4), reflection (>=1.3 && <2), safecopy (>=0.8.1 && <0.9), semigroupoids (>=4 && <5), semigroups (>=0.8.4 && <1), tagged (>=0.4.5 && <1), vector (>=0.9 && <0.11) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2018-10-03T22:59:50Z
Category Numeric
Home page http://github.com/analytics/hyperloglog
Bug tracker http://github.com/analytics/hyperloglog/issues
Source repo head: git clone git://github.com/analytics/hyperloglog.git
Uploaded by EdwardKmett at 2014-03-18T17:01:42Z
Distributions LTSHaskell:0.4.6, NixOS:0.4.6, Stackage:0.4.6
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 15585 total (60 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-18 [all 7 reports]

Readme for hyperloglog-0.2.3.1

[back to package description]

hyperloglog

Build Status

This package provides a working implementation of HyperLogLog.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett