protected override int Hash(string k) { return(FastHash.OfStringFast(k)); }
public int GetHashCode(string s) { return(FastHash.OfStringFast(s)); }