summaryrefslogtreecommitdiff
path: root/Documentation/git-unpack-file.txt
diff options
context:
space:
mode:
authorLibravatar Nicolas Pitre <nico@cam.org>2007-09-06 02:13:11 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2007-09-06 00:01:45 -0700
commit8ecce684a38f7cea084abe9eef80bda04d7c77be (patch)
treef9d23ac0a64826875fc99ad4cbd85d7a5af0570a /Documentation/git-unpack-file.txt
parentrearrange delta search progress reporting (diff)
downloadtgif-8ecce684a38f7cea084abe9eef80bda04d7c77be.tar.xz
basic threaded delta search
this is still rough, hence it is disabled by default. You need to compile with "make THREADED_DELTA_SEARCH=1 ..." at the moment. Threading is done on different portions of the object list to be deltified. This is currently done by spliting the list into n parts and then a thread is spawned for each of them. A better method would consist of spliting the list into more smaller parts and have the n threads pick the next part available. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-unpack-file.txt')
0 files changed, 0 insertions, 0 deletions