Y
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
NoGravitas
9 days ago
Programs that manipulate lots of tiny files are a performance nightmare on Windows even leaving aside the issue of WSL2.
link
torginus
9 days ago
git and npm install are somewhat slower on vanilla Windows, true, but on WSL2 they're downright unusable
link