diff options
author | Nicolas Pitre <nico@cam.org> | 2007-09-06 02:13:11 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-06 00:01:45 -0700 |
commit | 8ecce684a38f7cea084abe9eef80bda04d7c77be (patch) | |
tree | f9d23ac0a64826875fc99ad4cbd85d7a5af0570a /blob.h | |
parent | rearrange delta search progress reporting (diff) | |
download | tgif-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 'blob.h')
0 files changed, 0 insertions, 0 deletions