does node-fibers can use 100% of multi-core
Closed this issue · 2 comments
simon4545 commented
it can use multi-core by using 'go' keyword with golang.Does node-fibers can do this?
Thanks
laverdet commented
Fibers are not multi-threaded. If you are interested in running javascript in parallel on all cores you may be interested in my other project: isolated-vm.
simon4545 commented
thanks a lot