Files
git/compat
Karsten Blees 0ebbf09eca Win32: make the lstat implementation pluggable
Emulating the POSIX lstat API on Windows via GetFileAttributes[Ex] is quite
slow. Windows operating system APIs seem to be much better at scanning the
status of entire directories than checking single files. A caching
implementation may improve performance by bulk-reading entire directories
or reusing data obtained via opendir / readdir.

Make the lstat implementation pluggable so that it can be switched at
runtime, e.g. based on a config option.

Signed-off-by: Karsten Blees <blees@dcon.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2019-02-07 14:46:23 +01:00
..
2019-02-07 14:46:07 +01:00
2017-07-05 14:01:03 -07:00
2017-07-05 14:01:03 -07:00
2019-02-07 14:46:21 +01:00
2019-02-07 14:46:20 +01:00
2017-01-23 11:02:34 -08:00
2019-02-07 14:46:21 +01:00