All of lore.kernel.org
 help / color / mirror / Atom feed
From: Phillip Susi <psusi@cfl.rr.com>
To: Nicolas Pitre <nico@fluxnic.net>
Cc: git@vger.kernel.org
Subject: Re: How to unpack recent objects?
Date: Thu, 16 Dec 2010 17:06:59 -0500	[thread overview]
Message-ID: <4D0A8D83.9080705@cfl.rr.com> (raw)
In-Reply-To: <alpine.LFD.2.00.1012161616170.10437@xanadu.home>

On 12/16/2010 4:19 PM, Nicolas Pitre wrote:
> What makes you think that unpacking them will actually make the access 
> to them faster?  Instead, you should consider _repacking_ them, 
> ultimately using the --aggressive parameter with the gc command, if you 
> want faster accesses.

Because decompressing and undeltifying the objects in the pack file
takes a fair amount of cpu time.  It seems a waste to do this for the
same set of objects repeatedly rather than just keeping them loose.

  reply	other threads:[~2010-12-16 22:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-16 20:33 How to unpack recent objects? Phillip Susi
2010-12-16 20:40 ` Jonathan Nieder
2010-12-16 21:19 ` Nicolas Pitre
2010-12-16 22:06   ` Phillip Susi [this message]
2010-12-16 22:18     ` Jakub Narebski
2010-12-16 23:12     ` Nicolas Pitre

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=4D0A8D83.9080705@cfl.rr.com \
    --to=psusi@cfl.rr.com \
    --cc=git@vger.kernel.org \
    --cc=nico@fluxnic.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.