Ianleeclark / Olivia

Go: A distributed, in-memory key-value storage.
MIT License
94 stars 7 forks source link

Add more hashes for the bloom filter than just FNV #109

Closed Ianleeclark closed 8 years ago

Ianleeclark commented 8 years ago

Right now we're just indexing+1'ing and we should just replace that with different hashes.

Ianleeclark commented 8 years ago

Whoops: see https://github.com/GrappigPanda/Olivia/pull/145