Y
Hacker News
new
|
ask
|
show
|
jobs
by
jiofih
2309 days ago
Node has three different ways of running parallel work: workers, threads, and multi-process.
1 comments
oblio
2309 days ago
Especially for threads, how well does this mesh with libraries? I'd assume that most of these are either meant to run in a single-threaded manner or async.
link
jiofih
2309 days ago
Does not apply since this project is being written from scratch with zero library dependencies?
link