blocknative / bloom

High-performance Bloom filters in pure Go.

Home Page:http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://zhen.org/blog/benchmarking-bloom-filters-and-hash-functions-in-go/

License:MIT License


Languages

Language:Go 100.0%