On Sat, Mar 09, 2013 at 07:05:37PM +0700, Duy Nguyen wrote: > On Sat, Mar 9, 2013 at 6:08 PM, Fredrik Gustafsson <iveqy@xxxxxxxxx> wrote: > > Actually when implemented a str[n]equal_icase that actually should work. > > I break the test suite when trying to replace > > strncmp_icase(pathname, base, baselen)) on line 711 in dir.c and I don't > > get any significant improvements. > > Hmm.. mine passed the test suite. Using my patch or your own code? Maybe I just did something wrong. Could you see any improvements in speed? > > > I like work in this area though, slow commit's are my worst git problem. > > I often have to wait 10s. for a commit to be calculated. > > Personally I don't accept any often used git commands taking more than > 1 second (in hot cache case). What commands do you use? What's the > size of the repository in terms of tracked/untracked files? It's a small repository, 100 MB. However I have a slow hdd which is almost full. I often add one file and make an one-line change to an other file and then do a git commit -a. That will make git to look through the whole repo, which isn't in the kernel RAM cache but needs to be reed from the hdd. -- Med vänliga hälsningar Fredrik Gustafsson tel: 0733-608274 e-post: iveqy@xxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html