summaryrefslogtreecommitdiff
path: root/run-command.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-19 21:43:42 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-03-19 21:43:42 (GMT)
commit67686d95044e56475669ff1306448e41a794a865 (patch)
treed8565eb74edeb732cd1efb4b68bbc242a7e7d118 /run-command.h
parent2b1c0ef2e5d103efacb535f32fb142114490dc33 (diff)
downloadgit-67686d95044e56475669ff1306448e41a794a865.zip
git-67686d95044e56475669ff1306448e41a794a865.tar.gz
git-67686d95044e56475669ff1306448e41a794a865.tar.bz2
unpack_delta_entry(): reduce memory footprint.
Currently we unpack the delta data from the pack and then unpack the base object to apply that delta data to it. When getting an object that is deeply deltified, we can reduce memory footprint by unpacking the base object first and then unpacking the delta data, because we will need to keep at most one delta data in memory that way. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'run-command.h')
0 files changed, 0 insertions, 0 deletions