Run details:
Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1
Mobile Safari 17
iOS 17.3
Mobile
2 years ago
Array.from() only
3.6M/s
Array.from().map()
1.8M/s
.fill(null).map()
1.2M/s
.fill(undefined).map()
1.2M/s
.fill(true).map()
1.2M/s
.fill("").map()
1.2M/s
View exact numbers
Test name Executions per second
Array.from() only 3,600,850 Ops/sec
Array.from().map() 1,755,612 Ops/sec
.fill(null).map() 1,159,882 Ops/sec
.fill(undefined).map() 1,158,502 Ops/sec
.fill(true).map() 1,157,961 Ops/sec
.fill("").map() 1,152,842 Ops/sec
Tests: