RAA - rbloomfilter/0.4.2:
raa.ruby-lang.org
14 Apr '12, 2am
BloomFilter — A class for making bloomfilters Synopsis #!/usr/bin/ruby -w require 'bloomfilter' bf = BloomFilter.new(1000,...
Category: Library /Datastructure Status: stable Created: 2005-12-02 12:21:17 GMT Last update: 2005-12-02 12:21:17 GMT Owner: MoonWolf (Projects of this owner ) Homepage: not available Download: http://www.moonwolf.com/ruby/archive/bitset-1.0.tar.gz License: Ruby's Dependency: Required by: rbloomfilter/0.4.2 Recommended (not required) Required by: pbloomfilter/0.0.3 Required for bit vector operations Description: BitSet - bit array
Full article: http://raa.ruby-lang.org/project/BitSet/1.0
BloomFilter — A class for making bloomfilters Synopsis #!/usr/bin/ruby -w require 'bloomfilter' bf = BloomFilter.new(1000,...