quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] [PATCH] Boost the speed of the series, applied and unapp


From: Greg KH
Subject: Re: [Quilt-dev] [PATCH] Boost the speed of the series, applied and unapplied commands
Date: Fri, 28 Feb 2014 09:38:22 -0800
User-agent: Mutt/1.5.22 (2013-10-16)

On Fri, Feb 28, 2014 at 09:52:39AM +0100, Jean Delvare wrote:
> The current implementation of the series, applied and unapplied
> commands performs rather poorly, especially on large patch sets. To
> make things worse, bash completion makes use of these commands, so
> it becomes next to unusable on large patch sets.
> 
> Instead of looping over each patch, use the power of printf to print
> everything in one go. Performance gains on a 15k patch series are
> breathtaking:
> 
> series:    189.4 s -> 0.6 s
> series -v:  92.9 s -> 0.6 s
> applied:     3.5 s -> 0.1 s
> unapplied:   3.9 s -> 0.1 s

Oh, that would be so nice to have, thanks so much for doing this.

greg k-h



reply via email to

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