Native methods and virtual threads
Alan Bateman
Alan.Bateman at oracle.com
Fri Jul 14 12:54:19 UTC 2023
On 14/07/2023 13:39, Robert Engels wrote:
> Why do you say that Blocker usage is non optimal. I think that when the common IO operations are VT “reworked” the remaining cases being handled by Blocker seems simple and reasonable.
Right now, it adds a bit of overhead and some contention, but mostly
this is only an issue when doing very short lived operations, like
reading a file a byte at a time and the file is already in the file
system cache.
-Alan
More information about the loom-dev
mailing list