Closed
Description
The readme says:
Use
Array.from
instead of[...iterable]
for performance benefits.
but it doesn't appear to be correct.
https://www.measurethat.net/Benchmarks/Show/1721/0/arrayfrom-vs-spread
Array.from
is just different in that it works on array-like objects, but it's actually ever-so-slightly slower in all browsers I tested.
Metadata
Metadata
Assignees
Labels
No labels