Method Hash.Fast(+ 1 overload)
Overload
FNV-1 hash, modified to make faster with long strings (then takes every n-th character).
public static int Fast(char* data, int lengthChars)
Parameters
Returns
Overload(top)
FNV-1 hash, modified to make faster with long strings (then takes every n-th character).
public static int Fast(ReadOnlySpan<char> s)
Parameters
s (ReadOnlySpan<char>)
String. Can be |