Skip to content

dennisjackson/rust-cascade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-cascade

A Bloom filter cascade implementation in rust. This can utilize one of two hash functions:

  • MurmurHash32, or
  • SHA256, with an optional salt

This implementation is designed to match up with the Python filter-cascade project [github]

See tests in src/lib.rs to get an idea of usage.

About

A filter cascade implementation in rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 90.8%
  • Python 9.2%