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
Putting this in 1.0 because I don't know whether we rely on ahash anywhere, in the sense that changing to foldhash would break things, but we can move it out if we realize we don't.
Hashbrown recently switched to
foldhash
instead ofahash
and maybe we should as well.Perhaps we should split our hashmap/sets into 3 categories:
foldhash-f
when we don't care about Hash DoS, e.g., when the data comes from the DB state and not from user input.foldhash-q
or some other hasher like siphash.This could gain us some performance wins.
The text was updated successfully, but these errors were encountered: