gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Performance enhancement for directory iteration on POSIX #104

Closed gulrak closed 3 years ago

gulrak commented 3 years ago

This ticket collects some aspects that lead to lower performance on directory iteration on POSIX backend (e.g. macOS, Linux and FreeBSD).

gulrak commented 3 years ago

This is now part of release v1.5.2