##// END OF EJS Templates
hg-core: make parse_dirstate return references rather than update hashmaps...
hg-core: make parse_dirstate return references rather than update hashmaps Returing a vec is faster than updating a hashmap when the hashmap is not needed like in `hg files` which just list tracked files. Returning references avoid copying data when not needed improving performence for large repositories. Differential Revision: https://phab.mercurial-scm.org/D8861
Antoine Cezar -
r45916:27424779 default
Show More
Name Size Modified Last Commit Author
/ rust / rhg / src / commands
root.rs Loading ...