Racket scheme 的 murmur3 库
@Administrator • 4年88天前 • 565
https://github.com/jrslepak/murmur3
This is an FFI wrapper for MurmurHash3, a general-purpose hash function. MurmurHash3 is suitable for use in data structures which need a hash function but NOT for cryptographic use.
In order to use this package, the MurmurHash3 C function must be built as a shared library, which can be done with the included Makefile.