git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robert Fitzsimons <robfitz@273k.net>
To: git@vger.kernel.org
Subject: [PATCH 0/8] gitweb: Bulk load commit objects
Date: Sun, 24 Dec 2006 14:30:41 +0000	[thread overview]
Message-ID: <20061224143041.GF11474@localhost> (raw)

The following is a set of patchs which should improve the preformance of
gitweb by bulk loading commit objects.

Note's:
* With a slight change in command line options and the parsing logic it
  was possible to bulk load the history action aswell.

* Even without the rev-list --skip option there should be some
  improvement as it is possible to bulk load the first page of commit
  object.


[PATCH 1/8] gitweb: Add parse_commits, used to bulk load commit objects.
[PATCH 2/8] gitweb: We do longer need the --parents flag in rev-list.

Base support for bulk loading commit objects.

[PATCH 3/8] gitweb: Change summary, shortlog actions to use parse_commits.
[PATCH 4/8] gitweb: Change log action to use parse_commits.
[PATCH 5/8] gitweb: Change header search action to use parse_commits.
[PATCH 6/8] gitweb: Change atom, rss actions to use parse_commits.
[PATCH 7/8] gitweb: Change history action to use parse_commits.

Convert all the commit listing actions (except pickaxe search) to use
parse_commits, also fixes up a few nav links.

[PATCH 8/8] gitweb: Use rev-list --skip option.

This change requires the rev-list --skip change from next to have
been merged.


Robert

                 reply	other threads:[~2006-12-24 14:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061224143041.GF11474@localhost \
    --to=robfitz@273k.net \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).