On Sun, Mar 25, 2012 at 4:06 AM, John Gamboa [off-list ref] wrote:
Is there any place where I could find more information on what
commands are already parallel?
pack-objects, grep, index reading and (soon) index-pack.
And do anyone have any idea on how many
commands could benefit from parallelism? As I said, I never touched
the Git code. Would someone recommend me to take a look at some place
at first?
See http://thread.gmane.org/gmane.comp.version-control.git/193352/focus=193574.
I'd recommend Documentation/technical/pack-format.txt and sha1_file.c
(start with read_sha1_file)
--
Duy