RAA - pbloomfilter

pbloomfilter / 0.0.3

Short description: Perl-influenced Bloom filter implementation in Ruby
Category: Library/Math
Status: alpha
Created: 2006-03-03 17:49:05 GMT
Last update: 2006-03-10 07:07:39 GMT
Owner: wad (Projects of this owner)
Homepage: http://dataspill.org/pages/projects/ruby-bloomfilter
Download: http://dataspill.org/files/projects/libraries/ruby/bloomfilter/ruby-bloomfilter-current.tgz
License: GPL
Dependency:
Requires: BitSet/1.0 Required for bit vector operations
Description:

This library provides very basic Bloom filter functionality to Ruby. The interfaces are basic, but this does not limit the usefulness.

Patches, comments, thoughts appreciated.

Note: This library used to be called ruby-bloomfilter. Given the API I chose to implement, I opted to rename this to pbloomfilter to infer a Perl-style interface. It will still load using "require 'bloomfilter'" until a new release occurs

Recent changes:
- Changed to use BitSet for better performance and to fix bugs induced by Ruby-BitVector.

Versions: [0.0.3 (2006-03-10)] [0.0.2 (2006-03-03)]

Edit this project (for project owner)

back to RAA top