Hi Duy,
On Sun, 1 Nov 2015, Nguyễn Thái Ngọc Duy wrote:
This is the rebased version since last time [1] with
s/free_index_shm/release_index_shm/ as suggested by David Turner. It
introduces a daemon that can cache index data in memory so that
subsequent git processes can avoid reading (and more importantly,
verifying) the index from disk. Together with split-index it should
keep index I/O cost down to minimum. The series can also be found at
[2].
One of the factors that affected my design was Windows support. We
now have Dscho back, he can evaluate my approach for Windows.
You flatter me! ;-)
Seriously again, this patch series comes at a very good time: I will have
a closer look soon (sorry about being so vague, but I am once again a
little bit short on time/brain cycles).
Thanks!
Dscho