You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to switch to a faster hash function such as xxhash or similar?
The current implementation of lyht_hash_multi() uses one-at-a-time hash, which may not be the best.