Browse Source
In the same spirit as commit 9892bebafe
, let's avoid allocating the full
buffer for the deflated data in get_data_from_pack() in order to inflate
it. Let's read and inflate the data in chunks instead to reduce memory
usage.
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint


1 changed files with 25 additions and 21 deletions
Loading…
Reference in new issue