Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-05-31 08:23:39 +0300
committerRod Vagg <rod@vagg.org>2015-05-31 09:00:27 +0300
commit0c57de5b37e2427064ae899832b48e4655ec8fd9 (patch)
treefade54902cbd83cbdae41c746572258ba15e9456 /src/async-wrap-inl.h
parent8059393934c2ed0e3e7a179f619b803291804344 (diff)
2015-05-31 io.js v2.2.0 Releasev2.2.0
PR-URL: https://github.com/nodejs/io.js/pull/1808 Notable Changes: * node: Speed-up require() by replacing usage of fs.statSync() and fs.readFileSync() with internal variants that are faster for this use-case and do not create as many objects for the garbage collector to clean up. The primary two benefits are: significant increase in application start-up time on typical applications and better start-up time for the debugger by eliminating almost all of the thousands of exception events. (Ben Noordhuis) #1801. * node: Resolution of pre-load modules (-r or --require) now follows the standard require() rules rather than just resolving paths, so you can now pre-load modules in node_modules. (Ali Ijaz Sheikh) #1812. * npm: Upgraded npm to v2.11.0. New hooks for preversion, version, and postversion lifecycle events, some SPDX-related license changes and license file inclusions. See the release notes for full details.
Diffstat (limited to 'src/async-wrap-inl.h')
0 files changed, 0 insertions, 0 deletions