0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Matteo Collina 7764b6cb96 streams: 5% throughput gain when sending small chunks
Improves the performance when moving small buffers by 5%,
and it adds a benchmark to avoid regression in that area.
In all other cases it is equally performant to current master.

Full performance results available at:
https://gist.github.com/mcollina/717c35ad07d15710b6b9.

PR-URL: https://github.com/nodejs/node/pull/4354
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-02-09 09:30:12 +00:00
..
internal net: move isLegalPort to internal/net 2016-01-30 17:53:55 -06:00
_debug_agent.js
_debugger.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
_http_agent.js
_http_client.js
_http_common.js http: remove reference to onParserExecute 2016-01-22 00:35:00 +01:00
_http_incoming.js
_http_outgoing.js
_http_server.js lib: fix style issues after eslint update 2016-01-13 23:16:05 +01:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: refactor redeclared variables 2016-01-24 21:27:22 -08:00
_stream_transform.js stream: prevent object map change in TransformState 2016-02-02 13:05:04 -06:00
_stream_wrap.js
_stream_writable.js streams: 5% throughput gain when sending small chunks 2016-02-09 09:30:12 +00:00
_tls_common.js tls: scope loop vars with let 2016-01-26 20:53:05 +01:00
_tls_legacy.js lib: fix style issues after eslint update 2016-01-13 23:16:05 +01:00
_tls_wrap.js tls: add getProtocol() to TLS sockets 2016-02-03 21:34:06 -05:00
assert.js lib: fix style issues after eslint update 2016-01-13 23:16:05 +01:00
buffer.js buffer: remove deprecated Buffer.write branch 2016-02-07 12:30:03 -08:00
child_process.js child_process: add shell option to spawn() 2016-01-26 19:40:43 -05:00
cluster.js cluster: fix race condition setting suicide prop 2016-01-13 20:15:02 -08:00
console.js
constants.js
crypto.js crypto: pbkdf2 deprecate digest overload. 2016-01-23 02:26:28 +09:00
dgram.js dgram: scope redeclared variables 2016-01-31 14:15:51 -08:00
dns.js dns: add resolvePtr to query plain DNS PTR records 2016-02-08 17:30:38 +01:00
domain.js
events.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
fs.js fs: deprecate fs.read's string interface 2016-02-05 09:43:24 +05:30
http.js
https.js https: evict cached sessions on error 2016-02-01 21:52:04 -05:00
module.js module: refactor redeclared variable 2016-01-31 19:16:09 +01:00
net.js net: refactor redeclared variables 2016-02-01 08:34:38 -08:00
os.js
path.js lib: scope loop variables 2016-02-01 09:28:38 -08:00
process.js
punycode.js
querystring.js querystring: check that maxKeys is finite 2016-02-05 13:58:50 -08:00
readline.js readline: Remove XXX and output debuglog 2016-01-18 07:57:55 -08:00
repl.js repl: remove variable redeclaration 2016-02-01 08:41:46 -08:00
stream.js
string_decoder.js lib: remove string_decoder.js var redeclarations 2016-02-01 08:43:40 -08:00
sys.js
timers.js tools: lint for spacing around unary operators 2016-02-04 10:56:17 -08:00
tls.js lib,test: remove extra semicolons 2016-01-16 19:54:25 +01:00
tty.js
url.js url: change scoping of variables with let 2016-01-27 14:54:50 -08:00
util.js lib: scope loop variables 2016-02-01 09:28:38 -08:00
v8.js v8,src: expose statistics about heap spaces 2016-01-18 11:44:00 -05:00
vm.js
zlib.js