Comment on A Design Space Exploration of Async/AwaitparentComments−mitxela8hHow sure are you? Got a benchmark?−tcfhgj6h100% sure - Java just has to store and process more than a simple state machine, also if all threads are busy with compute bound work, async work is stalled if you don't put the compute bound work on adedicated thread (pool)
Comments
How sure are you? Got a benchmark?
100% sure - Java just has to store and process more than a simple state machine, also if all threads are busy with compute bound work, async work is stalled if you don't put the compute bound work on adedicated thread (pool)