segmentio / fasthash

Go package porting the standard hashing algorithms to a more efficient implementation.
MIT License
286 stars 21 forks source link

add murmur3? #10

Open barkanido opened 5 years ago

achille-roussel commented 5 years ago

Thanks for the suggestion!

There are good murmur3 implementation in Go already, for example https://github.com/spaolacci/murmur3 and https://github.com/twmb/murmur3, so I'm not sure what we'd bring to the table by adding support for murmur3 in this package.

If these alternatives are not good enough for your use case, feel free to provide some explanations and why it would make sense for us to maintain a murmur3 hash function in this package, and I'll be happy to consider it!