[PATCH 0 of 1] CPU chewing patch attempt 3

Eric Hopper hopper at omnifarious.org
Sun Sep 4 10:34:34 CDT 2005


This patch should greatly improve the performance when doing a clone of a
large repository.  In testing of a clone over ssh, the ssh process now uses
more CPU time than the Python process and a clone that would've taken many
hours before now takes minutes.
-------------- next part --------------
2 files changed, 70 insertions(+), 16 deletions(-)
mercurial/localrepo.py |   16 ----------
mercurial/util.py      |   70 +++++++++++++++++++++++++++++++++++++++++++++++-


More information about the Mercurial mailing list