|
|
|
|
|
by hinkley
509 days ago
|
|
One of the bottlenecks of NodeJS is the json encoding and decoding time. And the way isolates work don’t allow you to offload the parsing, and provide a bottleneck for sending data to other threads. Anything that reduces that provides a good deal more headroom for Amdahl’s law. |
|