there are many modules, which are binding to a c/c++ lib, it's not primarily for node core extensions.
the other question, you have to elaborate it yourself. is performance an issue? what the bottleneck? would a binding solve that issue? What about development resources and maintenance of the new lib, does this pay off? Am Montag, 18. März 2013 06:19:33 UTC+1 schrieb Prajwal Manjunath: > > Hi, > > I was reading up on writing addons for Node. I realize its primary purpose > is to extend Node's functionality, but I was wondering, if my application > uses a C++ library very frequently, would I get any performance benefit by > binding it to the V8 runtime with node-gyp, versus just calling it through > command line? > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
