mirror of https://github.com/lukechilds/node.git
Browse Source
Don't .indexOf() into the keys array. V8 is smart but not so smart that it knows how to turn the linear scan into a O(1) lookup. Fixes #3562.v0.8.7-release
1 changed files with 18 additions and 3 deletions
Loading…
Reference in new issue