Files
node/test/message
Brian White ae18bbef48 lib: improve module loading performance
This commit improves module loading performance by at least ~25-35%
in the module-loader benchmarks.

Some optimization strategies include:
* Try-finally/try-catch isolation
* Replacing regular expressions with manual parsing
* Avoiding unnecessary string and array creation
* Avoiding constant recompilation of anonymous functions and
function definitions within functions

PR-URL: https://github.com/nodejs/node/pull/5172
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-04-14 14:58:46 -04:00
..
2016-01-01 16:37:02 -08:00
2010-06-19 17:41:34 -07:00
2010-06-18 18:14:06 -07:00
2013-03-20 01:11:01 +01:00