Add bloom filter
authorJens Axboe <axboe@fb.com>
Fri, 26 Sep 2014 15:51:16 +0000 (09:51 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 26 Sep 2014 15:51:16 +0000 (09:51 -0600)
commit652ae149194f753b5f074b4c5984acc76ebb24f1
tree25753351e0910f7d559124af081122880129b1f0
parentb5b571a3f01c17ddb39fd0306cb425a11e216f3d
Add bloom filter

Very basic, but seems to do the job.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
lib/bloom.c [new file with mode: 0644]
lib/bloom.h [new file with mode: 0644]