|
|
|
|
|
by balloneij
1896 days ago
|
|
Window's slow thread spawn time is incredibly noticeable when you use Magit in Emacs. It runs a bunch of separate git commands to populate a detailed buffer. It's instantaneous on MacOS, but I have to sit and stare on Windows |
|
From the article:
> On Windows, assume a new process will take 10-30ms to spawn. On Linux, new processes (often via fork() + exec() will take single digit milliseconds to spawn, if that).
> However, thread creation on Windows is very fast (~dozens of microseconds).