多线程版的 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

Java Servlet & JSP Cookbook

Java Servlet & JSP Cookbook

Bruce W. Perry / O'Reilly Media / 2003-12-1 / USD 49.99

With literally hundreds of examples and thousands of lines of code, the Java Servlet and JSP Cookbook yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will ......一起来看看 《Java Servlet & JSP Cookbook》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

在线进制转换器
在线进制转换器

各进制数互转换器

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具