Releases: royaltm/node-murmurhash-native
Releases · royaltm/node-murmurhash-native
v3.5.0
v3.4.1
v3.4.0
v3.3.0
v3.2.5
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
murmurhash-native 3.2.0
- bump nan to 2.3.5
- removed strcasecmp dependency
- asynchronous: static byte array for small strings added to the worker
- incremental async: static byte array for small strings added to the hasher
- incremental: endianness configurable via property and argument to the constructor
- variants of murmur hash functions producing BE (MSB) or LE (LSB) results