This is an archive of the discontinued Mercurial Phabricator instance.

status: also support for `traversedir` callback in the Rust fast-path
ClosedPublic

Authored by Alphare on May 12 2020, 7:51 AM.

Details

Summary

Repeating the performance numbers from the hg-core change:

Running hg clean/purge on Netbeans' repo (100k files):

     | No-op | 30% unknown
--------------------------
Rust | 1.0s  | 1.67s
C    | 2.0s  | 2.87s

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Alphare created this revision.May 12 2020, 7:51 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.