[libcxx-commits] [libcxx] [libcxx] Caches file attributes during directory iteration. (PR #93316)
Eduard Satdarov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 30 09:49:16 PDT 2024
ed-sat wrote:
> Thank you for the detailed response. I really appreciate all of the context and careful consideration. You've thoroughly addressed my question.
>
> I would still request that we add tests that observe the change in behavior. At the moment, the caching behavior could regress without notice.
>
> I'll happily approve the change with tests.
Thank you. I wrote test to compare cached values with values after calling `refresh()`.
https://github.com/llvm/llvm-project/pull/93316
More information about the libcxx-commits
mailing list