##// END OF EJS Templates
rhg: Use binary search in manifest lookup...
rhg: Use binary search in manifest lookup … instead of linear scan, when looking for a single entry based on its path. Manifest entries are sorted by path, but are variable-size so we can’t use the standard library’s `[T]::binary_search`. We can still jump to a byte index and then look around for entry boundaries. Differential Revision: https://phab.mercurial-scm.org/D11932
Simon Sapin -
r49324:e293ff80 default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src / config
config.rs Loading ...
layer.rs Loading ...
values.rs Loading ...