|
|
|
|
|
by TeMPOraL
1900 days ago
|
|
WSL1 process creation is faster compared to Windows, because part of the black magic it does to run Linux processes on NT kernel is using minimal processes - so called "pico processes"[0]. These are much leaner than standard Windows processes, and more suited for UNIX-style workflow. I can't say if it's faster relative to WSL2, but I'd guess so. WSL2 is a full VM, after all. -- [0] - https://docs.microsoft.com/en-us/archive/blogs/wsl/pico-proc... |
|