Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 446 Bytes

Aerospike Bloom Filter Example

Distributed bloom filter example using Aerospike DB.

Notice

This is a prototype which means:

  • Code hasn't been extensively tested.
  • Code isn't well documented.
  • Code has unresolved issues (see Know Issues).
  • Code has been released against my wishes 😀.

Pull requests and issue discussions are very welcome.

Known Issues

  • Bloom filter is oversized when configured with a small capacity.