皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Node.js v8.3.0 发布,升级 V8 引擎至 6.0 版本

Node.js v8.3.0 发布,升级 V8 引擎至 6.0 版本

Node.js v8.3.0 已发布,在该版本中,已将 V8 引擎已经升级到 6.0 版本,性能有了大幅度的改进。有关性能差异的更多详细信息,点此参阅

除此之外,还带来了循环遍历对象,删除对象键,函数绑定和对象创建等实用的功能。

其他值得关注的变更

  • DNS
    • Independent DNS resolver instances are supported now, with support for cancelling the corresponding requests. #14518
  • N-API
    • Multiple N-API functions for error handling have been changed to support assigning error codes. #13988
  • REPL
    • Autocompletion support for require() has been improved. #14409
  • Utilities
    • The WHATWG Encoding Standard (TextDecoder and TextEncoder) has been implemented as an experimental feature. #13644
  • Added new collaborators

发布主页

下载地址

Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行时。 Node.js 使用高效、轻量级的事件驱动、非阻塞 I/O 模型。

转自 http://www.oschina.net/news/87630/nodejs-8-3-0