Click or drag to resize
Akka.NETMurmurHash Class
Murmur3 Hash implementation
Inheritance Hierarchy
SystemObject
  Akka.UtilMurmurHash

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class MurmurHash

The MurmurHash type exposes the following members.

Methods
  NameDescription
Public methodStatic memberArrayHashT
Compute a high-quality hash of an array
Public methodStatic memberByteHash
Compute a high-quality hash of a byte array
Public methodStatic memberExtendHash
Incorporates a new value into an existing hash
Public methodStatic memberFinalizeHash
Once all hashes have been incorporated, this performs a final mixing.
Public methodStatic memberNextMagicA
Given a magic integer from the first stream, compute the next
Public methodStatic memberNextMagicB
Given a magic integer from the second stream, compute the next
Public methodStatic memberStartHash
Begin a new hash with a seed value.
Public methodStatic memberStringHash
Compute high-quality hash of a string
Public methodStatic memberSymmetricHashT
Compute a hash that is symmetric in its arguments--that is, where the order of appearance of elements does not matter. This is useful for hashing sets, for example.
Top
Fields
  NameDescription
Public fieldStatic memberStartMagicA
The initial magic integer in the first stream.
Public fieldStatic memberStartMagicB
The initial magic integer in the second stream.
Top
See Also