mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-28 06:00:32 +00:00

An fs::DirEntry is in fact quite large---over 256 bytes. This results in a lot of time spent memmoving it around. This does result in a small performance regression on Windows for callers that ask for the `metadata` of a directory entry.