Y
Hacker News
new
|
ask
|
show
|
jobs
by
eatmyshorts
1469 days ago
V8, at its core, is single-threaded. I think that's the reason for separate processes for each isolate.
1 comments
mhio
1468 days ago
A V8 isolate is single threaded and you get 1 by default, but other isolates can be created and used in parallel in multiple threads.
link