diff options
author | Junio C Hamano <junkio@cox.net> | 2006-03-19 13:43:42 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-19 13:43:42 -0800 |
commit | 67686d95044e56475669ff1306448e41a794a865 (patch) | |
tree | d8565eb74edeb732cd1efb4b68bbc242a7e7d118 /generate-cmdlist.sh | |
parent | 2b1c0ef2e5d103efacb535f32fb142114490dc33 (diff) | |
download | git-67686d95044e56475669ff1306448e41a794a865.tar.gz git-67686d95044e56475669ff1306448e41a794a865.tar.xz |
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 'generate-cmdlist.sh')
0 files changed, 0 insertions, 0 deletions