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-11-22 16:35:56 -05:00
2016-09-08 12:13:28 -07: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:14 +02:00
2016-09-29 16:49:47 -07:00
2016-10-29 10:41:12 +02:00
2016-10-29 10:40:45 +02:00
2016-05-13 13:18:27 -07:00
2016-10-29 10:41:40 +02:00
2016-08-10 12:33:20 -07:00
2016-05-13 14:35:49 -07:00
2016-05-13 14:35:49 -07:00
2016-06-06 14:27:35 -07:00
2016-06-06 14:27:35 -07:00
2016-10-29 10:40:45 +02:00
2016-10-28 09:01:17 -07:00
2016-09-15 12:23:38 -07:00
2016-08-08 14:21:36 -07:00
2016-10-29 10:41:13 +02:00
2016-07-28 11:25:51 -07:00
2016-09-08 21:35:55 -07:00
2016-08-03 15:10:28 -07:00
2016-11-18 13:39:36 +01:00
2016-06-13 10:37:48 -07:00
2016-09-15 10:07:10 -07:00
2016-07-26 11:13:44 -07:00
2016-06-06 11:14:43 -07:00
2016-10-12 14:30:16 -07:00
2016-05-09 12:29:08 -07:00
2016-06-28 11:39:02 -07:00
2016-04-25 14:23:42 -07:00
2016-09-15 12:23:38 -07:00
2016-10-11 14:18:32 -07:00
2016-05-31 14:08:26 -07:00
2016-07-28 09:09:18 -07:00
2016-10-03 13:22:13 -07:00
2016-06-03 14:38:03 -07:00
2016-10-29 10:41:18 +02:00
2016-07-14 15:50:41 -07:00
2016-10-29 10:41:21 +02:00
2016-09-08 21:36:00 -07:00
2016-04-25 14:23:42 -07:00
2016-05-06 13:16:37 -07:00
2016-07-25 14:13:33 -07:00
2016-10-29 10:41:13 +02:00
2016-05-06 14:53:24 -07:00
2016-10-29 10:41:38 +02:00
2016-07-20 12:10:44 -07:00
2016-08-01 13:42:10 -07:00
2016-10-29 10:41:16 +02:00
2016-08-10 11:55:24 -07:00
2016-04-29 14:15:57 -07:00
2016-07-19 13:22:15 -07:00
2016-09-27 14:02:40 -07:00
2016-09-02 09:01:38 -07:00
2016-04-29 12:59:09 -07:00
2016-06-28 11:39:02 -07:00
2016-09-29 16:49:47 -07:00
2016-05-09 12:29:08 -07:00
2016-09-27 10:51:33 -07:00