Registry / utility / bloomer

bloomer

JSON →
library1.0.0rbrubygemsunverified

Bloom filters and Scalable Bloom filters (SBF) in pure Ruby.

gem install bloomer
INSTALL
IMPORT
SIG · BLOOMER
B
bloomer
utilityrubyv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bloomer
require 'bloomer'

Create a Bloom filter, add an element, and test membership.

require 'bloomer' bf = Bloomer.new(100, 0.01) bf.add("hello") bf.include?("hello") # => true
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
bloomer — gem install bloomer · libregistry