murmur3 3.0.0 copy "murmur3: ^3.0.0" to clipboard
murmur3: ^3.0.0 copied to clipboard

MurmurHash v3 for Dart & Flutter platforms. Supports array and stream data sources, on native and browser environments.

3.0.0 #

  • Remove support for Dart 2.
  • Implement native 64-bit int for VM and Web Assembly.
  • Removed static methods from MurmurHashV3 class. Implementations of IUint32 and IUint64 are now provided via the constructor instead of being set via static members.
  • Removed alias Uint32_int_xplat.
  • The default murmur3 instance exposed in lib\murmur3.dart uses Uint32_int_48bit_mul and Uint64_int which are cross-platform (VM/JS/WASM).
  • Reworked unit tests.

2.1.0 #

  • Enable support for Dart 3.

2.0.0 #

  • Breaking change for murmur 3f (128 bits) - make the seed a BigInt (clamped to 128 bits).

1.0.0 #

  • Initial version.
3
likes
160
points
353
downloads

Documentation

API reference

Publisher

verified publisherd-markey.ovh

Weekly Downloads

MurmurHash v3 for Dart & Flutter platforms. Supports array and stream data sources, on native and browser environments.

Repository
View/report issues

License

MIT (license)

More

Packages that depend on murmur3