Hacker News new | ask | show | jobs
by torginus 9 days ago
WSL2 operates through a file-level translation layer, not unlike NFS in Linux, which can be a huge performance problem for programs that manipulate lots of tiny files, like git or npm.
1 comments

Programs that manipulate lots of tiny files are a performance nightmare on Windows even leaving aside the issue of WSL2.
git and npm install are somewhat slower on vanilla Windows, true, but on WSL2 they're downright unusable