|
|
|
|
|
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). |
|
> It runs a bunch of separate git commands