Files
git/builtin
Jeff Hostetler 38df35b503 add: use preload-index and fscache for performance
Teach "add" to use preload-index and fscache features
to improve performance on very large repositories.

During an "add", a call is made to run_diff_files()
which calls check_remove() for each index-entry.  This
calls lstat().  On Windows, the fscache code intercepts
the lstat() calls and builds a private cache using the
FindFirst/FindNext routines, which are much faster.

Somewhat independent of this, is the preload-index code
which distributes some of the start-up costs across
multiple threads.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
2016-11-22 16:35:56 -05:00
..
2016-07-13 11:24:10 -07:00
2016-09-28 14:56:00 -07:00
2016-07-25 14:13:32 -07:00
2016-10-29 10:41:12 +02:00
2016-10-29 10:41:40 +02:00
2016-10-29 10:41:13 +02:00
2016-08-03 15:10:28 -07:00
2016-10-11 14:18:32 -07:00
2016-07-14 15:50:41 -07:00
2016-07-25 14:13:33 -07:00
2016-10-29 10:41:13 +02:00
2016-04-29 12:59:09 -07:00