diskhash
diskhash copied to clipboard
Diskbased (persistent) hashtable
In some benchmark, murmurhash is better. And also, key length param can be added to fit any data type.
I wonder that can you implement loop over existing keys?
Any plan to also have Java bindings?
Thanks for sharing the good work. I'm looking at the C++ version: I'd give a suggestion for you to accept more key types. double, float, int, long, ... Also, a...