[PATCH 0/8] Speed up cache loading time

2014-05-13 Thread Nguyễn Thái Ngọc Duy
On Fri, May 9, 2014 at 5:27 PM, Duy Nguyen pclo...@gmail.com wrote: The below patch implements such a daemon to cache the index. It takes 91ms and 377ms to load a 25MB index with and without the daemon. I use share memory instead of pipe, but the format is still on disk not in memory for

Re: [PATCH 0/8] Speed up cache loading time

2014-05-13 Thread Stefan Beller
That is clocked at 800 MHz. A repository at this size deserves a better CPU. At 2.5 GHz we spend 183.228ms on loading the index. A reasonable number to me. If we scale other parts of git-status as well as this, we should be able to make git status within 1 or 2 seconds. Which harddrive do

Re: [PATCH 0/8] Speed up cache loading time

2014-05-13 Thread Duy Nguyen
On Tue, May 13, 2014 at 9:24 PM, Stefan Beller stefanbel...@gmail.com wrote: That is clocked at 800 MHz. A repository at this size deserves a better CPU. At 2.5 GHz we spend 183.228ms on loading the index. A reasonable number to me. If we scale other parts of git-status as well as this, we