多线程版的 Node.js JXCore

码农软件 · 软件分类 · 服务器端JavaScript · 2019-04-13 17:44:38

软件介绍

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 的架构:

本文地址:https://www.codercto.com/soft/d/3507.html

Ajax Design Patterns

Ajax Design Patterns

Michael Mahemoff / O'Reilly Media / 2006-06-29 / USD 44.99

Ajax, or Asynchronous JavaScript and XML, exploded onto the scene in the spring of 2005 and remains the hottest story among web developers. With its rich combination of technologies, Ajax provides a s......一起来看看 《Ajax Design Patterns》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具