RubyFlow The Ruby and Rails community linklog

Bloombroom v1.2.0 - fast Bloom Filter for continuous/streaming keys

I just pushed Bloombroom v1.2.0, a Ruby & JRuby gem with fast Bloom Filters implementations:

  • Standard Bloom Filter for bounded key space
  • Continuous Bloom Filter for unbounded keys (keys stream)

Also includes:

  • Fast FNV hashing using C implementation with FFI bindings
  • Bit Field for compact & fast manipulation of bits field of arbitrary length
  • Bit Bucket Field for compact & fast manipulation of series of bit “buckets” of arbitrary size

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in