From: barkalow@iabervon.org Date: Tue, 2 Aug 2005 23:46:10 +0000 (-0400) Subject: [PATCH] Parallelize the pull algorithm X-Git-Tag: v0.99.4~59 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e8be59d14f36128e5eb12cc0457e676bb79690c?hp=1e8be59d14f36128e5eb12cc0457e676bb79690c [PATCH] Parallelize the pull algorithm This processes objects in two simultaneous passes. Each object will first be given to prefetch(), as soon as it is possible to tell that it will be needed, and then will be given to fetch(), when it is the next object that needs to be parsed. Unless an implementation does something with prefetch(), this should have no effect. Signed-off-by: Daniel Barkalow Signed-off-by: Junio C Hamano ---