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.9M/s
.fill(true).map()
1.2M/s
.fill("").map()
1.2M/s
.fill(undefined).map()
1.2M/s
.fill(null).map()
1.2M/s
View exact numbers
Test name Executions per second
Array.from() only 3,649,089 Ops/sec
Array.from().map() 1,888,303 Ops/sec
.fill(true).map() 1,232,599 Ops/sec
.fill("").map() 1,229,679 Ops/sec
.fill(undefined).map() 1,223,811 Ops/sec
.fill(null).map() 1,223,674 Ops/sec
Tests: