Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: avoid calling
uniq
on array of hashes
closes #416 The comparison of `Hash` that is performed when calling `uniq` is significantly slower than traversing all duplicates and then calling `uniq` on an array of `String`.
- Loading branch information