Run details:
Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1
Mobile Safari 17
iOS 17.2.1
Mobile
2 years ago
Array.from() only
3.6M/s
Array.from().map()
1.8M/s
.fill("").map()
1.2M/s
.fill(null).map()
1.2M/s
.fill(undefined).map()
1.2M/s
.fill(true).map()
1.2M/s
View exact numbers
Test name Executions per second
Array.from() only 3,646,276 Ops/sec
Array.from().map() 1,819,830 Ops/sec
.fill("").map() 1,196,167 Ops/sec
.fill(null).map() 1,195,984 Ops/sec
.fill(undefined).map() 1,186,189 Ops/sec
.fill(true).map() 1,176,668 Ops/sec
Tests: