node/lib
Evan Lucas 804d57db67 process: improve performance of nextTick
This replaces TickObject with an object literal. This offers
performance improvements of up to ~20%.

PR-URL: https://github.com/nodejs/node/pull/8932
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2016-10-13 12:16:52 -05:00
..
internal process: improve performance of nextTick 2016-10-13 12:16:52 -05:00
.eslintrc
_debug_agent.js debugger: use arrow function for lexical `this` 2016-08-18 16:44:38 -07:00
_debugger.js debugger: remove obsolete setTimeout 2016-06-07 13:32:05 -07:00
_http_agent.js https: fix memory leak with https.request() 2016-09-21 03:22:15 +03:00
_http_client.js http: reject control characters in http.request() 2016-10-13 13:32:45 +02:00
_http_common.js http: fix connection upgrade checks 2016-08-26 10:17:34 -04:00
_http_incoming.js http: fix no dumping after `maybeReadMore` 2016-06-15 12:50:19 -04:00
_http_outgoing.js http: fix connection upgrade checks 2016-08-26 10:17:34 -04:00
_http_server.js http: check reason chars in writeHead 2016-09-28 11:19:18 +10:00
_linklist.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
_stream_transform.js src: fixes misplaced comment 2016-09-30 09:47:09 -07:00
_stream_wrap.js
_stream_writable.js stream: proper `instanceof` for `Writable`s 2016-10-10 18:05:23 +02:00
_tls_common.js tls: improve createSecureContext in _tls_common 2016-09-28 09:15:27 +08:00
_tls_legacy.js lib: replace legacy uses of __defineGetter__ 2016-05-16 17:01:34 -07:00
_tls_wrap.js tls: TLSSocket emits 'error' on handshake failure 2016-10-10 09:59:31 +02:00
assert.js tools: replace custom ESLint rule with built-in 2016-09-12 21:12:03 -07:00
buffer.js buffer: make byteLength throw on invalid input 2016-10-10 12:57:27 -07:00
child_process.js child_process, win: fix shell spawn with AutoRun 2016-09-09 20:51:43 +02:00
cluster.js cluster: remove unused backlog argument 2016-10-03 12:34:46 +02:00
console.js console: timeEnd() with no label emits warning 2016-04-25 08:28:23 -07:00
constants.js src: refactor require('constants') 2016-05-17 11:05:18 -07:00
crypto.js crypto: add crypto.timingSafeEqual() 2016-09-07 16:29:41 -07:00
dgram.js dgram: use Buffer.alloc(0) for zero-size buffers 2016-10-06 15:27:52 -07:00
dns.js dns: remove internal variable from makeAsync 2016-09-30 10:02:39 +08:00
domain.js domain: add message for dispose deprecation 2016-06-07 00:27:42 -04:00
events.js events: make memory leak warning name more verbose 2016-09-04 17:11:59 +02:00
fs.js fs: don't alter user provided `options` object 2016-10-09 19:37:59 +05:30
http.js http: remove deprecated Client interface 2016-08-29 21:44:58 -04:00
https.js
module.js module: Remove deprecated function requireRepl. 2016-10-07 12:51:52 -07:00
net.js http: socket connection timeout for http request 2016-09-26 13:33:52 +03:00
os.js os: deprecate `tmpDir()` in favour of `tmpdir()` 2016-06-30 14:52:13 +02:00
path.js path: fallback to process cwd when resolving drive cwd 2016-09-24 01:14:56 +03:00
process.js
punycode.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
querystring.js benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
readline.js readline: fix `concievably` typo in readline.js 2016-10-06 18:22:30 +02:00
repl.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
stream.js
string_decoder.js string_decoder: fix bad utf8 character handling 2016-06-23 23:18:10 -04:00
sys.js lib: use emitWarning instead of printDeprecationMessage 2016-09-02 13:15:22 -07:00
timers.js timers: improve setImmediate() performance 2016-10-05 03:09:55 -04:00
tls.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
tty.js tty: set the handle to blocking mode 2016-08-10 23:41:28 +02:00
url.js url: adding WHATWG URL support 2016-10-11 12:41:42 -07:00
util.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
v8.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
vm.js vm: change ContextifyScript to Script in comment 2016-09-08 08:41:23 +02:00
zlib.js zlib: move constants into zlib.constants 2016-06-11 17:24:35 -07:00