High-performance open-source, durable, transactional embedded storage engine designed for low-latency, and optimized read and write efficiency.
BSD 3-Clause "New" or "Revised" License
245
stars
5
forks
source link
Murmur hash instead of fnv for compressor and bloomfilter packages #10
Closed
guycipher closed 1 week ago
Replace fnv for a murmur type hash. https://en.wikipedia.org/wiki/MurmurHash
This would replace fnv in the bloomfilter and compressor package. Murmur is better due to its speed and lower collision rate, simply.