Main > Programming > Libraries >

Bloom::Filter 0.03

Bloom::Filter 0.03

Sponsored Links

Bloom::Filter 0.03 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.004 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1126
Date added: 2006-10-10
Publisher: Maciej Ceglowski

Bloom::Filter 0.03 description

Bloom::Filter is a sample Perl Bloom filter implementation.

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&dl=ACM&coll=portal.

SYNOPSIS

use Bloom::Filter

my $bf = Bloom::Filter->new( capacity => 10, error_rate => .001 );

$bf->add( @keys );

while ( <> ) {
chomp;
print "Found $_n" if $bf->check( $_ );
}

Bloom::Filter 0.03 Screenshot

Advertisements

Bloom::Filter 0.03 Keywords

Bookmark Bloom::Filter 0.03

Hyperlink code:
Link for forum:

Bloom::Filter 0.03 Copyright

WareSeeker periodically updates pricing and software information of Bloom::Filter 0.03 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Bloom::Filter 0.03 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
Related Software
Net::Milter provides a masquerade as the MTA to communicate with email filters through a milter interface. Free Download
Siren is a music player for GNOME with an extremely minimalist interface. Free Download
Xmldoom package contains the XML Document Object-Oriented Model. Free Download
Filter::decrypt Perl module contains a template for a decrypt source filter. Free Download
Text::Bloom can evaluate Bloom signature of a set of terms. Free Download
Acme::Tests is a Perl module to see how much do you know. Free Download
App::Manager is a Perl module for installing, managing and uninstalling software packages. Free Download
Log::Log4perl is a Log4j implementation for Perl. Free Download