Skip to content

v3.2.0

Choose a tag to compare

@royaltm royaltm released this 05 Jun 05:28
· 138 commits to master since this release

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