Re: how to speed up "git log"?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Sunday, February 11, 2007 - 11:06 pm

Junio C Hamano <junkio@cox.net> wrote:

So I ran three trials, v1.5.0-rc4-26-gcc46a74 with and without
NO_MMAP against v1.4.4.4 on a freshly repacked git.git.

v150-mmap:
        3.33 real         3.12 user         0.05 sys
        3.32 real         3.12 user         0.05 sys
        3.34 real         3.12 user         0.05 sys

v150-nommap:
        3.46 real         3.13 user         0.16 sys
        3.43 real         3.13 user         0.16 sys
        3.46 real         3.13 user         0.16 sys

v1444-mmap:
        3.30 real         3.09 user         0.05 sys
        3.30 real         3.09 user         0.05 sys
        3.25 real         3.09 user         0.04 sys

CFLAGS="-O2"; the above timings are three representative samples
out of 10 runs each, all hot cache.

Clearly the sliding mmap window isn't hurting us in this case by
very much, and NO_MMAP really isn't helping matters at all.

-- 
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
how to speed up &quot;git log&quot;?, Bruno Haible, (Sun Feb 11, 4:52 am)
Re: how to speed up &quot;git log&quot;?, Johannes Schindelin, (Sun Feb 11, 9:49 am)
Re: how to speed up &quot;git log&quot;?, Shawn O. Pearce, (Sun Feb 11, 4:00 pm)
Re: how to speed up &quot;git log&quot;?, Johannes Schindelin, (Sun Feb 11, 4:08 pm)
Re: how to speed up &quot;git log&quot;?, Bruno Haible, (Sun Feb 11, 4:41 pm)
Re: how to speed up &quot;git log&quot;?, Shawn O. Pearce, (Sun Feb 11, 4:46 pm)
Re: how to speed up &quot;git log&quot;?, Johannes Schindelin, (Sun Feb 11, 4:56 pm)
Re: how to speed up &quot;git log&quot;?, Robin Rosenberg, (Sun Feb 11, 4:59 pm)
Re: how to speed up &quot;git log&quot;?, Bruno Haible, (Sun Feb 11, 7:02 pm)
Re: how to speed up &quot;git log&quot;?, Junio C Hamano, (Sun Feb 11, 9:08 pm)
Re: how to speed up &quot;git log&quot;?, Linus Torvalds, (Sun Feb 11, 9:20 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:06 pm)
Re: how to speed up &quot;git log&quot;?, Junio C Hamano, (Sun Feb 11, 11:11 pm)
Re: how to speed up &quot;git log&quot;?, Shawn O. Pearce, (Sun Feb 11, 11:22 pm)
Re: how to speed up &quot;git log&quot;?, Shawn O. Pearce, (Sun Feb 11, 11:28 pm)
Re: how to speed up &quot;git log&quot;?, Johannes Schindelin, (Mon Feb 12, 4:19 am)
Re: how to speed up &quot;git log&quot;?, Bruno Haible, (Mon Feb 12, 4:27 am)