Skip to content

Scala library to work with huge bloom filters with Redis as backend

Notifications You must be signed in to change notification settings

ponkin/bloomfilter-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloomfilter-store

Small scala library for bloom filters with Redis as backend. Bloom filters can be unlimitied huge. This library offers two simple methods

  • def put(element: T): Future[Unit] -- put element in bloom filter
  • def mightContain(element: T): Future[Boolean] - check if element is in bloom filter(with predefined probability) Actual bloom filter is stored in Redis.

About

Scala library to work with huge bloom filters with Redis as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages