The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
---
abstract: 'Implementation of the HyperLogLog cardinality estimation algorithm'
author:
  - 'Hideaki Ohno<hide.o.j55@gmail.com>'
build_requires:
  ExtUtils::CBuilder: 0
  File::Temp: 0
  Module::Build::Pluggable::CPANfile: 0.02
  Module::Build::Pluggable::GithubMeta: 0
  Module::Build::Pluggable::XSUtil: 1.00
  Test::Fatal: 0.008
  Test::More: 0.98
configure_requires:
  Devel::CheckCompiler: 0.01
  ExtUtils::ParseXS: 2.21
  Module::Build: 0.40
  Module::Build::Pluggable: 0
  Module::Build::Pluggable::CPANfile: 0.02
  Module::Build::Pluggable::GithubMeta: 0
  Module::Build::Pluggable::XSUtil: 1.00
dynamic_config: 1
generated_by: 'Module::Build version 0.4004, CPAN::Meta::Converter version 2.120630'
keywords:
  - HyperLogLog
  - cardinality
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: 1.4
name: Algorithm-HyperLogLog
no_index:
  directory:
    - t
    - xt
    - inc
    - eg
provides:
  Algorithm::HyperLogLog:
    file: lib/Algorithm/HyperLogLog.pm
    version: 0.11
  Algorithm::HyperLogLog::PP:
    file: lib/Algorithm/HyperLogLog/PP.pm
    version: 0
requires:
  Carp: 0
  XSLoader: 0.02
  perl: 5.008003
resources:
  bugtracker: https://github.com/hideo55/p5-Algorithm-HyperLogLog/issues
  homepage: https://github.com/hideo55/p5-Algorithm-HyperLogLog/tree
  repository: git://github.com/hideo55/p5-Algorithm-HyperLogLog.git
version: 0.11