We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Array.from etc. are probably slower. Need to investigate.
The text was updated successfully, but these errors were encountered:
Made a little test case for peace of mind: https://jsperf.com/array-cloning-freak/1
The ranking is as follows (checked in Chromium and Firefox, so we have V8 and SpiderMonkey):
Array.prototype.slice
Reflect.construct(Array
Array.prototype.map
Array.from
Sorry, something went wrong.
This should actually be a rule where the user can choose their preferred method.
No branches or pull requests
Array.from etc. are probably slower. Need to investigate.
The text was updated successfully, but these errors were encountered: