Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

path: refactor normalizeArray() - improve performance #8724

Closed
wants to merge 1 commit into from

Commits on Nov 21, 2014

  1. path: refactor normalizeArray()

    The normalizeArray() function now avoids using the slow
    Array#splice() method to improve performance and now
    also filters out empty path parts.
    
    Code that pre-filtered empty parts has been removed.
    nwoltman committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    367210b View commit details
    Browse the repository at this point in the history