Use `FxHashMap` and `FxHashSet` in hot code paths
We can also use these maps and sets in place of `SeaHasher` because they are also deterministic. Note that we're not swapping std's `HashMap` and `HashSet` wholesale inside of `collections` because on the server we need cryptographically secure collections.
A
Antonio Scandurra committed
b871f906d6f303053b654b7c5ff3e32efe8758d8
Parent: 385c830