Exploring Project Loom Revolutionizing Concurrency In Java By Arslan Mirza Javarevisited
This a possible explanation for the efficiency difference seen in the second experiment as soon as concurrency exceeded the the number processor cores obtainable as context switching for virtual threads is cheaper that for threads in the standard thread pool. The special sauce of Project Loom is that it makes…