##// END OF EJS Templates
revlog: reduce memory usage in addgroup...
revlog: reduce memory usage in addgroup - use a buffer to extract the delta from a chunk - avoid concatenating to a compressed delta - use a buffer to directly extra full text from a trivial delta - delete chunk and delta objects after use
Matt Mackall -
r5445:64cf1c85 default
Show More
Name Size Modified Last Commit Author
/ hgext
convert
__init__.py Loading ...
acl.py Loading ...
alias.py Loading ...
bugzilla.py Loading ...
children.py Loading ...
extdiff.py Loading ...
fetch.py Loading ...
gpg.py Loading ...
graphlog.py Loading ...
hbisect.py Loading ...
hgk.py Loading ...
imerge.py Loading ...
interhg.py Loading ...
mq.py Loading ...
notify.py Loading ...
parentrevspec.py Loading ...
patchbomb.py Loading ...
purge.py Loading ...
record.py Loading ...
transplant.py Loading ...
win32text.py Loading ...