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

node: improve nextTick performance #1571

Closed
wants to merge 1 commit into from
Closed

Commits on May 1, 2015

  1. node: improve nextTick performance

    This commit uses separate functions to isolate deopts caused by
    try-catches and avoids fn.apply() for callbacks with small numbers
    of arguments.
    
    These changes improve performance by ~1-40% in the various
    nextTick benchmarks.
    mscdex committed May 1, 2015
    Configuration menu
    Copy the full SHA
    73d41b0 View commit details
    Browse the repository at this point in the history