node/lib/internal
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
..
process process: improve performance of nextTick 2016-10-13 12:16:52 -05:00
streams stream: improve Readable.read() performance 2016-06-14 15:15:34 -04:00
bootstrap_node.js lib: minor improvements to bootstrap_node.js 2016-10-07 10:37:22 -07:00
child_process.js tools: fix new-parens violations 2016-09-12 21:11:35 -07:00
cluster.js cluster: remove handles when disconnecting worker 2015-11-06 23:02:11 +01:00
freelist.js lib: freelist: use .pop() for allocation 2016-03-02 09:24:24 -08:00
fs.js fs: make `SyncWriteStream` inherit from `Writable` 2016-10-10 18:15:49 +02:00
linkedlist.js lib: changed var to const in linkedlist 2016-10-06 16:06:19 -07:00
module.js repl: keep the built-in modules non-enumerable 2016-04-18 15:31:51 -07:00
net.js net: Validate port in createServer().listen() 2016-04-20 15:41:18 -07:00
process.js intl: add deprecation warning for v8BreakIterator 2016-10-07 09:29:50 -07:00
readline.js lib: remove let from for loops 2016-10-04 12:17:32 -04:00
readme.md doc: add internal modules notice 2015-08-25 11:58:50 -04:00
repl.js repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
socket_list.js child_process: refactor self=this in socket_list 2016-03-27 12:51:33 +03: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_prof_polyfill.js lib: fix TypeError in v8-polyfill 2016-10-06 10:10:19 -07:00
v8_prof_processor.js process: changed var to const in internal/v8_prof_processor 2016-09-22 09:48:47 -07:00

readme.md

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.