mirror of https://github.com/lukechilds/node.git
Browse Source
array.shift() seems to be faster than arrayClone() when the item to remove is at the front (at least with V8 5.4). PR-URL: https://github.com/nodejs/node/pull/10572 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>v6
Brian White
8 years ago
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue