Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[XABT] Replace SortedSet with HashSet. (#9280)
One question that came up with #9208 was "why `SortedSet` instead of `HashSet`"? Indeed a `HashSet` seems to be 10ms - 15ms faster to construct than the `SortedSet` while taking the same ~1ms to perform the `SetEquals` operation.
- Loading branch information