Skip to content

blocknative/bloom

 
 

Repository files navigation

bloom

A set of bloom filter implementations, forked from zentures due to inactivity.

Godoc Reference Go Report Card Go

Package bloom currently supports:

  • Optimized bloom filters (hash-partitioned arrays)
  • Scalable Bloom Filters

Additional information regarding benchmarks is here.

For examples, take a look at the *_test.go files in each of the directories.

About

High-performance Bloom filters in pure Go.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%