laverdet/node-fibers

does node-fibers can use 100% of multi-core

Closed this issue · 2 comments

it can use multi-core by using 'go' keyword with golang.Does node-fibers can do this?
Thanks

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.

thanks a lot