---
abstract: 'Implementation of the HyperLogLog cardinality estimation algorithm'
author:
  - 'Hideaki Ohno <hide.o.j55 {at} gmail.com>'
build_requires:
  File::Temp: '0'
  Test::Fatal: '0.008'
  Test::More: '0.98'
configure_requires:
  Module::Build: '0.4005'
  Module::Build::XSUtil: '0.09'
dynamic_config: 0
generated_by: 'Minilla/v3.0.12, CPAN::Meta::Converter version 2.150001'
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
    - share
    - eg
    - examples
    - author
    - builder
provides:
  Algorithm::HyperLogLog:
    file: lib/Algorithm/HyperLogLog.pm
    version: '0.24'
  Algorithm::HyperLogLog::PP:
    file: lib/Algorithm/HyperLogLog/PP.pm
    version: '0.24'
requires:
  Carp: '0'
  Digest::MurmurHash3::PurePerl: '0.02'
  XSLoader: '0'
  perl: '5.008008'
resources:
  bugtracker: https://github.com/hideo55/p5-Algorithm-HyperLogLog/issues
  homepage: https://github.com/hideo55/p5-Algorithm-HyperLogLog
  repository: git://github.com/hideo55/p5-Algorithm-HyperLogLog.git
version: '0.24'
x_contributors:
  - 'Damian Gryski <damian@gryski.com>'
  - 'hideo55 <hide.o.j55@gmail.com>'