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
Currently we use fxhash since it seems to be generally fast. But it's a poor hashing implementation, and collisions may cause a performance reduction. Allow for alternate hashes to be used. Perhaps with the ability to choose a particular key.