Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

url: using util._extend for improving profermace #16081

Closed
wants to merge 1 commit into from

Commits on Oct 8, 2017

  1. url: using util._extend for improving profermace

    `Object.assign` is much slower than `util._extend` according to
    the refs. This change is to convert the `Object.assign` to use
    `util._extend` in url module for improving profermance.
    
    Refs: nodejs/CTC#62
    starkwang committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    12b4145 View commit details
    Browse the repository at this point in the history