Bloom::Filter 0.03
Sponsored Links
Bloom::Filter 0.03 Ranking & Summary
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( $_ );
}
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
Bloom::Filter 0.03 Keywords
Perl Bloom
Filter 0.03
perl bloom filter
bloom filter implementation
Bloom filter
bloom
filter
sample
Perl
implementation
0.03
Bloom::Filter
BloomFilter
Bloom::Filter 0.03
Libraries
Programming
Bookmark Bloom::Filter 0.03
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
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
bloom filter implementation in c
bloom filters
bloom filter oracle
bloom's taxonomy
bloom filter enabled
bloomingdaleu0027s
bloomberg news
bloom filter java
bloomingdales
bloom filter false positive
bloomington pantagraph
orlando bloom
bloom filter implementation c
bloomfield
bloom filter algorithm
bloomfield college
bloomu0027s taxonomy
bloomberg
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
Latest Software
Popular Software
Favourite Software