Acme-CPANModules-BloomFilters

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    an email address against leak database; 3) virus pattern checking; 4)
    IP/domain blacklisting/whitelisting. Due to its properties, it is
    sometimes combined with other data structures. For example, a small
    bloom filter can be distributed with a software to check against a
    database. When the answer from bloom filter is "possibly in set", the
    software can further consult on online database to make sure if it is
    indeed in set. Thus, bloom filter can be used to reduce the number of
    direct queries to database.

    In Perl, my default go-to choice is Algorithm::BloomFilter, unless
    there's a specific feature I need from other implementations.

ACME::CPANMODULES ENTRIES
    *   Bloom::Filter - Sample Perl Bloom filter implementation

        Author: XAERXESS <https://metacpan.org/author/XAERXESS>

        Does not provide mehods to save/load to/from strings/files, although
        you can just take a peek at the source code or the hash object and
        get the filter there. Performance might not be stellar since it's
        pure-Perl.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.492 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )