mirror of https://github.com/lukechilds/node.git
Browse Source
The initial implementation of setPropByIndex() set the value of an Array
by index during development. Though the final form of the function
simply pushes passed values to an array as passed by arguments. Thus the
functions have been renamed to pushValueToArray() and
push_values_to_array_function() respectively.
Also add define for maximum number of arguments should be used before
hitting the limit of performance increase.
Fixes: 494227b
"node: improve GetActiveRequests performance"
PR-URL: https://github.com/nodejs/node/pull/3780
Reviewed-By: Fedor Indutny <fedor@indutny.com>
v5.x
Trevor Norris
9 years ago
committed by
Jeremiah Senkpiel
3 changed files with 13 additions and 7 deletions
Loading…
Reference in new issue