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 performance of process.hrtime() #4484

Merged
merged 1 commit into from
Dec 30, 2015

Commits on Dec 30, 2015

  1. node: improve performance of process.hrtime()

    Move argument validation out of C++ and into JS. Improves performance
    by about 15-20%.
    
    PR-URL: nodejs#4484
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    evanlucas committed Dec 30, 2015
    Configuration menu
    Copy the full SHA
    78fd435 View commit details
    Browse the repository at this point in the history