Before running the main diff algorithm, xdiff will "prepare" the contexts
for both files. That includes splitting, hashing all the lines, and building
hash tables for those lines. The hash table building process could be
expensive. Moving it out so it can be optimized separately.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped