Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Approach 5: Use FxHashmap (Time: 123s)
The default hash algorithm of rust is SipHash 1-3, this algorithm is very robust but also slow. We replace this with a faster Hash function FxHashmap
- Loading branch information