Files
git/compat
Johannes Schindelin b2cf87569d mmap(win32): avoid expensive fstat() call
On Windows, we have to emulate the fstat() call to fill out information
that takes extra effort to obtain, such as the file permissions/type.

If all we want is the file size, we can use the much cheaper
GetFileSizeEx() function (available since Windows XP).

Suggested by Philip Kelley.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2016-03-18 01:10:23 +01:00
..
2014-06-03 12:06:40 -07:00
2016-01-04 09:51:33 -08:00
2016-03-18 01:08:47 +01:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00