Hacker News new | ask | show | jobs
by isoos 3286 days ago
I have found isolates easy to work with and useful at scale (number of isolates close to the number of CPU cores), with much better experiences than multi-threaded JVM applications (with all of their locking and starvation issues).

I'd be happy to assist if you share details of what you are trying to achieve.