Skip to content

Improve the directory comparison efficiency

WenGuoyao requested to merge WenGuoyao/meld:master into master

When two large directories are compared, the MELD performance is slow. The implementation logic is modified. Only one-level directory is compared for the first time, and then the lower-level directory is compared.

Merge request reports