|
|
|
|
|
by byteofbits
1110 days ago
|
|
Native bindings can use libuv to offboard work to other threads and then re trigger the JS execution when it completes. This is how a lot of the native node libraries work under the hood to allow parallel IO operations! It’s also an incredibly powerful performance optimisation tool in more complex, scale out NodeJS deployments. |
|