Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
optimize Eq implementation for paths
Filesystems generally have a tree-ish structure which means paths are more likely to share a prefix than a suffix. Absolute paths are especially prone to share long prefixes.
- Loading branch information