[all-commits] [llvm/llvm-project] b1b9b7: [libc++] Cache file attributes during directory it...
Eduard Satdarov via All-commits
all-commits at lists.llvm.org
Mon Sep 9 11:18:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b1b9b7b853fc4301aedd9ad6b7c22b75f5546b94
https://github.com/llvm/llvm-project/commit/b1b9b7b853fc4301aedd9ad6b7c22b75f5546b94
Author: Eduard Satdarov <sath at yandex-team.ru>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M libcxx/include/__filesystem/directory_entry.h
M libcxx/src/filesystem/directory_iterator.cpp
M libcxx/src/filesystem/file_descriptor.h
A libcxx/test/std/input.output/filesystems/class.rec.dir.itr/cache_refresh_iter.pass.cpp
Log Message:
-----------
[libc++] Cache file attributes during directory iteration (#93316)
This patch adds caching of file attributes during directory iteration
on Windows. This improves the performance when working with files being
iterated on in a directory.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list