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

src: speed up process.getActiveResourcesInfo() #46014

Commits on Dec 29, 2022

  1. src: speed up process.getActiveResourcesInfo()

    This change reduces the number of calls that were crossing the JS-C++
    boundary to 1 and also removes the need for calling Array::New()
    multiple times internally and ArrayPrototypeConcat-ing the results
    later on, thus improving performance.
    
    Refs: nodejs#44445 (review)
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    53f003f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. lib: explain timeoutInfo

    Refs: nodejs#46014 (comment)
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    6e81c2c View commit details
    Browse the repository at this point in the history
  2. lib: update comment

    Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
    RaisinTen and aduh95 authored Jan 2, 2023
    Configuration menu
    Copy the full SHA
    1da9e75 View commit details
    Browse the repository at this point in the history