内容简介:io.js 3.0.0 发布下载,服务器引擎
io.js 3.0.0 发布下载,主要更新内容如下:
-
buffer:
-
Due to changes in V8, it has been necessary to reimplement
Buffer
on top of V8'sUint8Array
. Every effort has been made to minimize the performance impact, howeverBuffer
instantiation is measurably slower. Access operations may be faster in some circumstances but the exact performance profile and difference over previous versions will depend on howBuffer
is used within applications. (Trevor Norris) #1825 . -
Buffer
can now takeArrayBuffer
s as a constructor argument (Trevor Norris) #2002 . -
When a single buffer is passed to
Buffer.concat()
, a new, copiedBuffer
object will be returned; previous behavior was to return the originalBuffer
object (Sakthipriyan Vairamani) #1937 . -
build: PPC support has been added to core to allow compiling on pLinux BE and LE (AIX support coming soon) (Michael Dawson) #2124 .
-
dgram: If an error occurs within
socket.send()
and a callback has been provided, the error is only passed as the first argument to the callback and not emitted on thesocket
object; previous behavior was to do both (Matteo Collina & Chris Dickinson) #1796 -
freelist: Deprecate the undocumented
freelist
core module (Sakthipriyan Vairamani) #2176 . -
http:
-
Status codes now all use the official IANA names as per RFC7231 , e.g.
http.STATUS_CODES[414]
now returns'URI Too Long'
rather than'Request-URI Too Large'
(jomo) #1470 . -
Calling .getName() on an HTTP agent no longer returns a trailing colon, HTTPS agents will no longer return an extra colon near the middle of the string (Brendan Ashworth) #1617 .
-
node:
-
NODE_MODULE_VERSION
has been bumped to45
to reflect the break in ABI (Rod Vagg) #2096 . -
Introduce a new
process.release
object that contains aname
property set to'io.js'
andsourceUrl
,headersUrl
andlibUrl
(Windows only) properties containing URLs for the relevant resources; this is intended to be used by node-gyp (Rod Vagg) #2154 . -
The version of node-gyp bundled with io.js now downloads and uses a tarball of header files from iojs.org rather than the full source for compiling native add-ons; it is hoped this is a temporary floating patch and the change will be upstreamed to node-gyp soon (Rod Vagg) #2066 .
-
repl: Persistent history is now enabled by default. The history file is located at ~/.node_repl_history, which can be overridden by the new environment variable
NODE_REPL_HISTORY
. This deprecates the previousNODE_REPL_HISTORY_FILE
variable. Additionally, the format of the file has been changed to plain text to better handle file corruption. (Jeremiah Senkpiel) #2224 . -
smalloc: The
smalloc
module has been removed as it is no longer possible to provide the API due to changes in V8 (Ben Noordhuis) #2022 . -
tls: Add
server.getTicketKeys()
andserver.setTicketKeys()
methods for TLS session key rotation (Fedor Indutny) #2227 . -
v8: Upgraded to 4.4.63.26
-
ES6: Enabled computed property names
-
ES6:
Array
can now be subclassed in strict mode -
ES6: Implement rest parameters in staging, use the
--harmony-rest-parameters
command line flag -
ES6: Implement the spread operator in staging, use the
--harmony-spreadcalls
command line flag -
Removed
SetIndexedPropertiesToExternalArrayData
and related APIs, forcing a shift toBuffer
to be reimplemented based onUint8Array
-
Introduction of
Maybe
andMaybeLocal
C++ API for objects which may or may not have a value. -
Added support for PPC
详细内容请查看: 更新日志 。
下载地址: Source code (zip)
IO.js 是为V8 引擎编写的基于事件 IO 的实现。
以上所述就是小编给大家介绍的《io.js 3.0.0 发布下载,服务器引擎》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 像搭木一样的服务器引擎
- 工具 | 搜狗公司 C++ 服务器引擎
- io.js 3.0.0 发布下载,服务器引擎
- 商业化游戏服务器引擎自定义框架设计思路
- 用 Node.js 写一个多人游戏服务器引擎
- io.js 2.3.1 发布,服务器 JS 引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
人人都是产品经理
苏杰 / 电子工业出版社 / 2014-9-1 / CNY 55.00
《人人都是产品经理(纪念版)》为经典畅销书《人人都是产品经理》的内容升级版本。对于大量成长起来的优秀互联网产品经理,为数不少想投身产品工作的其他岗位从业者,以及更多有志从事这一职业的学生而言,这本书曾是他们记忆深刻的启蒙读物、思想基石和行动手册。作者以分享经历与体会为出发点,以“朋友间聊聊如何做产品”的语气,将自己数年产品工作过程中学到的思维方法与做事方式,及其它们对自己的帮助,系统性地梳理为用户......一起来看看 《人人都是产品经理》 这本书的介绍吧!