aboutsummaryrefslogtreecommitdiff
path: root/src/unix/loop.c
diff options
context:
space:
mode:
authorHüseyin Açacak <110401522+huseyinacacak-janea@users.noreply.github.com>2024-07-30 15:58:41 +0300
committerGitHub <noreply@github.com>2024-07-30 08:58:41 -0400
commit4e310d0f90af29e699e2dedad5fa0dcee181a7cc (patch)
treec58cdf3ede7eebe4c7b43710f0e88dd11464b5ed /src/unix/loop.c
parentf23037fe21ef8e7d36ebeaf5c8a589bd8e56d3dd (diff)
downloadlibuv-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/loop.c')
0 files changed, 0 insertions, 0 deletions