why is Windows NOT a multi-threaded operating system?
multi-threading as in. regardless of software/game running. the operating system takes the given task and divide it among the available cpu cores and then combine the sub-results for a final result.
obviously there some latency/waiting/check-points depending on how much each individual divided task takes to complete before results can be recombine. even so. this would be much faster than having only only 1 or 2 core to completing the whole task.
multi-threading as in. regardless of software/game running. the operating system takes the given task and divide it among the available cpu cores and then combine the sub-results for a final result.
obviously there some latency/waiting/check-points depending on how much each individual divided task takes to complete before results can be recombine. even so. this would be much faster than having only only 1 or 2 core to completing the whole task.