Comment by dwattttt
15 hours ago
It's been a while, but I believe Windows initialises an internal thread pool & parallelises (some parts of) process start / module loading
15 hours ago
It's been a while, but I believe Windows initialises an internal thread pool & parallelises (some parts of) process start / module loading
You’re right. I hadn’t realized that Windows creates a hidden thread pool under the hood for parallelized DLL loading.