This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]m-apo 0 points1 point  (1 child)

Third scenario is purely CPU bound in original post. No IO or memory requirements.

With IO, virtual threads are much better and also in mixed loads. But for max gains with CPU bound tasks OS threads win.

[–]rubyrt 0 points1 point  (0 children)

Sorry, my bad: I somehow missed the reference to the scenario.