Open barkanido opened 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!
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!