snappyHashFast

private fnuint snappyHashFast(const(ubyte) * p) pure nothrow @nogc

Fast inline hash using pointer cast for 32-bit LE read.

Parameters

pPointer to at least 4 bytes of data.

Returns

Hash value in range [0, SNAPPY_HASH_SIZE).