BloomFilter Experiments
If the keys being hashed are fixed-length, then a tabulation hash can offer better collision resistance and performance qualities than Jenkins. It's simple and easy to understand and safe to use.
The Power of Simple Tabulation Hashing: http://people.csail.mit.edu/mip/papers/charhash/charhash.pdf
You have a very weird way of doing those graphs.
Is there any "standard" for bloom filters? I think there is plenty of things bloom filters could be used for, but often they would be useful for communication. This means it should be easy for other parties to use the same implementation. So, is there a bloom filter library which has multiple wrappers for multiple languages etc?
BloomFilter false positives costed us 100K $
What is BloomFilter?
You have a very weird way of doing those graphs.