Gamelogic.Extensions.Internal.HashFunctions Namespace |
| Class | Description | |
|---|---|---|
| HashFunction |
Base class for representations of hash functions.
| |
| MurmurHash |
An implementation of HashFunction using MurmurHash3.
See https://en.wikipedia.org/wiki/MurmurHash .
| |
| XXHash |
An implementation of HashFunction using xxHash.
See http://cyan4973.github.io/xxHash/ .
|