lincount

Undocumented in source.

Modules

murmurhash
module lincount.murmurhash

Computes MurmurHash hashes of arbitrary data. MurmurHash is a non-cryptographic hash function suitable for general hash-based lookup. This module conforms to the APIs defined in std.digest.digest. This module publicly imports std.digest.digest and can be used as a stand-alone module. Note: The current implementation is optimized for little endian architectures. It will exhibit different results on big endian architectures and a slightly less uniform distribution.

Members

Structs

LPCounter
struct LPCounter

Simple Linear Probabilistic Counter.

Meta