Files
git/compat
Johannes Schindelin 0ae6ac0b6d 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>
2015-10-18 13:49:32 +02:00
..
2015-09-14 12:53:48 -07:00
2014-06-03 12:06:40 -07:00
2015-05-26 13:24:46 -07:00
2013-09-11 11:08:52 -07:00
2013-04-12 12:23:20 -07:00