Categories &

Functions List

Function Reference: __ckeyHash__

: uint64 = __ckeyHash__ (str)
: uint64 = __ckeyHash__ (cstr)
: uint64 = __ckeyHash__ (…, FNV1A64_BASE)

Fowler–Noll–Vo hash key for a character vector or a cell array of them.

Given a cell array, the elements are hashed with their lengths so that the boundaries between them are part of the key and no two different splittings of the same characters can collide.

This is a helper function for keyHash methods of ‘datatypes‘’ classes. Do NOT use this function directly.

Source Code: __ckeyHash__