Closed lemire closed 9 years ago
This is an alternative fix for the problem raised by @cenkalti
I have basically brought it back to the textbook description. Essentially, this should make the data structure concurrent. Note that I have rolled my own version of FNV hashing.
https://github.com/willf/bloom/pull/17
Note : There might be room for re-optimizing the hashing as this code hashes k times... well, that's the textbook description, isn't it?
This is an alternative fix for the problem raised by @cenkalti
I have basically brought it back to the textbook description. Essentially, this should make the data structure concurrent. Note that I have rolled my own version of FNV hashing.
https://github.com/willf/bloom/pull/17
Note : There might be room for re-optimizing the hashing as this code hashes k times... well, that's the textbook description, isn't it?