path: performance improvements on all platforms

This commit significantly improves performance of all path functions.

Optimization strategies include:
* Replacing regexps with manual parsers
* Avoiding unnecessary array creation (including split() + join())
* Returning earlier where possible to avoid unnecessary work
* Minimize unnecessary string creation and concatenations
* Combining string iterations

PR-URL: https://github.com/nodejs/node/pull/5123
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Brian White 2016-02-05 22:57:35 -05:00 committed by James M Snell
parent 5a54e4554a
commit b212be08f6
1 changed files with 1567 additions and 564 deletions

File diff suppressed because it is too large Load Diff