|
|
|
|
|
by chungy
3175 days ago
|
|
He incorrectly assumes there's some kind of file system emulation going on. There's not, WSL just runs on top of NTFS directly (NTFS doesn't have those pesky restrictions Win32 imposes). Fact of the matter is, the file system has _always_ been a sore spot on Windows. It has known to be slow for decades and Microsoft engineers have flat out stated that it's not affecting their bottom line, so they have no incentive on changing that. |
|
We are working on making both the WSL layer and NTFS itself better. For example, in the upcoming Windows release, we have created a fast path for stat that should yield a modest speed improvement.
We have a lot more work to do, though.