Open
Description
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.