Saturday, 20 April 2019

How much Node overhead is involved in making a call to a native Node module (C++), round-trip?

And is it copy-on-pass for primitive parameters? I'm wondering if exposing a library with C++ bindings as a native Node module is worth the overhead trade-off vs. some other possibilities having a Node API would create.

Submitted April 20, 2019 at 09:56PM by calligraphic-io

No comments:

Post a Comment