git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Narebski <jnareb@gmail.com>
To: git@vger.kernel.org
Subject: Re: [ANNOUNCE] Public Gitweb Hosting Service
Date: Wed, 20 Sep 2006 03:01:14 +0200	[thread overview]
Message-ID: <eeq3sr$npj$1@sea.gmane.org> (raw)
In-Reply-To: 20060920004828.GI8259@pasky.or.cz

Petr Baudis wrote:

> There's
> insane amount of tags which means the gitweb summary page takes "a bit"
> long to load, I wonder if using packed refs would improve that.

Using git-for-each-ref would certainly improve speed (one fork vs. one per
tag), using packed refs (by the way, can it be limited to tags only?) will
improve speed further (one IO vs. one IO per tag).

-- 
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git

  reply	other threads:[~2006-09-20  1:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-20  0:48 [ANNOUNCE] Public Gitweb Hosting Service Petr Baudis
2006-09-20  1:01 ` Jakub Narebski [this message]
2006-09-20  3:35 ` Linus Torvalds
2006-09-20 10:51   ` Petr Baudis
2006-09-20 15:05     ` Linus Torvalds
2006-09-21  0:45       ` Linus Torvalds
2006-09-21 22:42 ` Anand Kumria
2006-10-12 21:19 ` Nico -telmich- Schottelius

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='eeq3sr$npj$1@sea.gmane.org' \
    --to=jnareb@gmail.com \
    --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).