Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Speed improvement patch for __git_files and __git_files_relative
- X-seq: zsh-workers 29302
- From: Nikolai Weibull <now@xxxxxxxx>
- To: Zsh Workers <zsh-workers@xxxxxxx>
- Subject: Re: Speed improvement patch for __git_files and __git_files_relative
- Date: Tue, 17 May 2011 14:55:48 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=H/Q7cJBRUbBXOt/GDVBfK9NkNRi16d3+t0jNjgPLR6k=; b=A8/WgOuNU03HdbiImUVBAhC0USfX8Kva/rnpkyeIwUC31gLtOAgGk5XzK62a8ggg8Y WRbYM+AAPYhX6PHxTVKk4AzB1xlHsLujI63oik2dz04/4K7UYQWy/D8D+Dsvnxlqu8c+ 2Zy4/WEqrGnEeo9xjpHpCXZSzau7fzFiwgw7E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=QYwnpoyo3qSp7k+k2lOP5GYF9l7iicKjTHlojNGpES7CrGLSFr4Svdk5A4qQmrF9mj kF79uC3b7I972vtTaA/HHCgeJJXlshyd9REdlpSak+5jLhKmqwP5A9Bti6ZiTeIAZeRV V8lGj9rBlMpz5B2kum6EfRx7rtWnvjkNQ2Iyw=
- In-reply-to: <BANLkTimkmU0ExT8duptV2V6_7NHSwANGOQ@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <BANLkTimkmU0ExT8duptV2V6_7NHSwANGOQ@mail.gmail.com>
- Sender: nikolai.weibull@xxxxxxxxx
On Fri, May 6, 2011 at 15:03, Nikolai Weibull <now@xxxxxxxx> wrote:
> Hi!
>
> I’ve now put together a patch for __git_files and
> __git_files_relative. __git_files is a lot faster than previous
> versions and __git_files_relative should be a lot faster too, now that
> it only uses substitutions. (Well, there’s a for loop that iterates
> over the file names to determine the common path prefix, but I see no
> way of avoiding it.)
>
> It would be great if this could make it into the 4.3.12 release, so
> please give it a try as soon as possible.
It seems that no one is having any problems with this patch, so could
someone please apply it?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author