Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045641
en ru br
ALT Linux repos
S:1.2-alt1
5.0: 0.03-alt1
4.1: 0.03-alt1
4.0: 0.03-alt1

Group :: Development/Perl
RPM: perl-Bloom-Filter

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.2-alt1
Build date: 10 march 2014, 14:49 ( 524.5 weeks ago )
Size: 15.36 Kb

Home page:   http://search.cpan.org/dist/Bloom-Filter/

License: GPL or Artistic
Summary: Sample Perl Bloom filter implementation
Description:

A Bloom filter is a probabilistic algorithm for doing existence tests in
less memory than a full list of keys would require.  The tradeoff to
using Bloom filters is a certain configurable risk of false positives.
This module implements a simple Bloom filter with configurable capacity
and false positive rate. Bloom filters were first described in a 1970
paper by Burton Bloom, see
http://portal.acm.org/citation.cfm?id=362692&am…

See also: Using Bloom Filters,
http://www.perl.com/pub/a/2004/04/08/bloom_filt…

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Bloom-Filter
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin