JXCore多线程版的 Node.js
JXcore 是 Node.js 的一个衍生项目,用于在同一个进程内的多个隔离实例。任何单线程应用都会受益于多线程核心,而且对代码无需任何改动。JXCore 同时包含一个支持集群的消息 API,支持 android、iOS 和 Windows 以及浏览器客户端。JXcore 100% 兼容 Node.js。
代码毫无区别:
JXCore 是 LLVM 的 JavaScript 前端,性能比较:
Number Test Result (source code here)
V8 JX —– > total 122,…. ms
LLVM JX —- > total 84,…. ms
String Test Result (source code here)
V8 JX —– > total 573,…. ms
LLVM JX —– > total 438,…. ms
Node.js 的架构:
JXCore 的架构:
评论