Unverified Commit 3479b1ca authored by Ruben Bridgewater's avatar Ruben Bridgewater
Browse files

util,assert: improve performance

This significantly improves regular and typed array performance by
not checking the indices keys anymore. This can be done with a V8
API that allows to only retrieve the non indices property keys.

PR-URL: https://github.com/nodejs/node/pull/22197


Reviewed-By: default avatarUjjwal Sharma <usharma1998@gmail.com>
Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent 0bdb95f4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment