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
We currently have benchmarks with keys of type Int, ByteString and String. All of these use the instances provided in Hashable which I'd expect not to produce a lot of hash collisions.
For tuning the code that handles collisions, e.g. #435, it would be useful to have a key type that is more collision-prone.