Hacker News new | ask | show | jobs
by brabel 1896 days ago
Do you mean *process* spawn time?

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).

1 comments

Yes, they clearly mean process spawn time:

> It runs a bunch of separate git commands