metarhia / jstp

Fast RPC for browser and Node.js based on TCP, WebSocket, and MDSF
https://metarhia.github.io/jstp
Other
142 stars 10 forks source link

Build native plugins using multiple threads #154

Closed nechaido closed 7 years ago

nechaido commented 7 years ago

Currently native plugins are being build using only one thread. It would be great if we used all accessible threads if it is possible.

aqrln commented 7 years ago

@belochub feel free to take this if you are willing to, otherwise I'll look into it tomorrow or maybe today.