Skip to content

Releases: royaltm/node-murmurhash-native

v3.5.0

22 Apr 17:38
Compare
Choose a tag to compare

murmurhash-native 3.5.0

v3.4.1

11 May 18:35
Compare
Choose a tag to compare

murmurhash-native 3.4.1

v3.4.0

11 May 17:05
Compare
Choose a tag to compare

murmurhash-native 3.4.0

v3.3.0

16 Nov 01:02
Compare
Choose a tag to compare

murmurhash-native 3.3.0

v3.2.5

10 Nov 06:05
Compare
Choose a tag to compare

murmurhash-native 3.2.5

v3.2.4

04 Aug 23:50
Compare
Choose a tag to compare

murmurhash-native 3.2.4

v3.2.3

13 Apr 23:27
Compare
Choose a tag to compare

murmurhash-native 3.2.3

v3.2.2

16 Nov 13:25
Compare
Choose a tag to compare

murmurhash-native 3.2.2

v3.2.1

22 May 20:41
Compare
Choose a tag to compare

murmurhash-native 3.2.1

v3.2.0

05 Jun 05:28
Compare
Choose a tag to compare

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