Files
node/lib
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
..
2015-10-08 17:32:08 -07:00
2016-01-26 20:53:05 +01:00
2016-03-26 23:46:32 +05:30
2016-03-21 15:48:51 -07:00
2016-04-14 14:58:46 -04:00
2016-04-12 17:21:29 -04:00
2015-01-31 23:47:29 -05:00