gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] Re: [PATCH] arch speedups on big trees


From: Chris Mason
Subject: Re: [Gnu-arch-users] Re: [PATCH] arch speedups on big trees
Date: Wed, 07 Jan 2004 09:23:20 -0500

On Wed, 2004-01-07 at 07:05, Chris Mason wrote:
> On Wed, 2004-01-07 at 01:09, Miles Bader wrote:
> > I've been using tla in NFS, btw, and one huge horrible lose there is that
> > computing a changeset seems to do, for every file, `diff a b > ,tmp',
> > where ",tmp" is _in the current tree_.  Creating a temporary file then
> > deleting it is ... slow.
> > 
> That part is actually easy.  arch_make_changeset creates the tmpfile,
> but could instead push that responsibility to arch_invoke_diff.  It
> would only be created/unlinked if the diff func reported changes.

Once the suse internal mirror gets going, you can grab
ftp.suse.com/pub/people/mason/patches/arch/arch-faster-7.diff.gz

An incremental is attached, it just avoids the temp file when diff isn't
run.

-chris

Attachment: invoke_diff.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]