diff options
author | Hüseyin Açacak <110401522+huseyinacacak-janea@users.noreply.github.com> | 2024-07-30 15:58:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 08:58:41 -0400 |
commit | 4e310d0f90af29e699e2dedad5fa0dcee181a7cc (patch) | |
tree | c58cdf3ede7eebe4c7b43710f0e88dd11464b5ed /src/unix | |
parent | f23037fe21ef8e7d36ebeaf5c8a589bd8e56d3dd (diff) | |
download | libuv-4e310d0f90af29e699e2dedad5fa0dcee181a7cc.tar.gz libuv-4e310d0f90af29e699e2dedad5fa0dcee181a7cc.zip |
win,fs: use the new Windows fast stat API (#4327)
Windows added a new API for file information, which doesn't have to
open the file thus greatly improving performance:
https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getfileinformationbyname
The stat functions are already covered by tests, so no test was added
here. I considered comparing the result of old and new code, but that
would require exposing internal fs functions, and we would be testing
Windows functionality, not libuv.
Diffstat (limited to 'src/unix')
0 files changed, 0 insertions, 0 deletions