Bloom filter implementation in simple C: http://en.wikipedia.org/wiki/Bloom_filter
Murmur Hash 3 used in current implementation:
http://en.wikipedia.org/wiki/MurmurHash#MurmurHash3
Use tup
to compile, bloom
to see usage information.
Provides both temporary and persistent filters.