Hacker News new | ask | show | jobs
by nailer 2699 days ago
Windows is a pretty good kernel, GNU/Windows (aka WSL) effectively feels like Linux, with some drawbacks mainly NTFS being very slow (which Microsoft are aware of and working on - see https://github.com/Microsoft/WSL/issues/873#issuecomment-425...).
1 comments

Yeah I remember reading this particular comment when it was new.

It mostly feels like “ok guys this is the best we get out of this” to me though. If they do not go with a different approach, the filesystem will always be an issue with WSL.

I planned ditching my mac in favor of WSL. Due to MBP hardware issues and the fact that a git status would take 10x time drove me away.

I wish it was good enough though.

I keep a Debian VM around with Samba exporting my ~/src directory to the Windows host. That way it’s possible to avoid file system issues while still being able to use editors and other tools (Adobe CC apps in my case).
git status maybe 10x slower on WSL than native Linux - I wonder how much slower it is than macOS - in my brief use macOS filesystem never felt anywhere near Linux fast to me.
Never been bothered by it in practice but good question. The newish filesystem (apfs) feels faster in daily use so your experience might be outdated by now.
Anyone tried ext3 or 4 on Windows?