From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27878 invoked by alias); 17 May 2011 12:56:09 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 29302 Received: (qmail 13601 invoked from network); 17 May 2011 12:55:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.210.43 as permitted sender) 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= MIME-Version: 1.0 Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Tue, 17 May 2011 14:55:48 +0200 X-Google-Sender-Auth: x3Uvs63fL3oVuSwP2cBcWx3KHT4 Message-ID: Subject: Re: Speed improvement patch for __git_files and __git_files_relative From: Nikolai Weibull To: Zsh Workers Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, May 6, 2011 at 15:03, Nikolai Weibull wrote: > Hi! > > I=E2=80=99ve now put together a patch for __git_files and > __git_files_relative. =C2=A0__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. =C2=A0(Well, there=E2=80=99s 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?