Run details:
Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1
Mobile Safari 17
iOS 17.0
Mobile
2 years ago
Array.from() only
1.5M/s
.fill("").map()
972K/s
.fill(undefined).map()
964K/s
.fill(null).map()
963K/s
.fill(true).map()
919K/s
Array.from().map()
773K/s
View exact numbers
Test name Executions per second
Array.from() only 1,462,125 Ops/sec
.fill("").map() 972,410 Ops/sec
.fill(undefined).map() 964,239 Ops/sec
.fill(null).map() 962,643 Ops/sec
.fill(true).map() 919,106 Ops/sec
Array.from().map() 772,752 Ops/sec
Tests: