##// END OF EJS Templates
rhg: more efficient `HgPath::join`...
rhg: more efficient `HgPath::join` This commit makes `HgPath::join` slightly more efficient by avoiding one copy. It also avoids a particularly inefficient (quadratic) use of `HgPath::join` by using a new mutating function `HgPathBuf::push` instead. The name for `HgPathBuf::push` is chosen by analogy to `PathBuf::push`. Differential Revision: https://phab.mercurial-scm.org/D11721
Arseniy Alekseyev -
r49132:6d69e83e default
Show More
Name Size Modified Last Commit Author
/ contrib / python-zstandard / zstd / deprecated
zbuff.h Loading ...
zbuff_common.c Loading ...
zbuff_compress.c Loading ...
zbuff_decompress.c Loading ...