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

util: improve util.inspect performance #14492

Closed
wants to merge 6 commits into from

Commits on Jul 26, 2017

  1. util: use for in instead of while hasOwnProperty

    This is a huge performance improvement in case of sparse arrays
    when using util.inspect as the hole will simple be skipped.
    BridgeAR committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    ddd4de4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73a399 View commit details
    Browse the repository at this point in the history
  3. fixup

    BridgeAR committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    ab497df View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. fixup comments commit 1

    BridgeAR committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    61119e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. fixup commit 1

    BridgeAR committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    a2574f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aed280 View commit details
    Browse the repository at this point in the history