Run details:
Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/21C66 Twitter for iPhone/10.26
Mobile Safari 17
iOS 17.2.1
Mobile
2 years ago
Array.from() only
4.1M/s
Array.from().map()
1.9M/s
.fill(undefined).map()
1.2M/s
.fill(true).map()
1.2M/s
.fill(null).map()
1.2M/s
.fill("").map()
1.2M/s
View exact numbers
Test name Executions per second
Array.from() only 4,094,052 Ops/sec
Array.from().map() 1,883,321 Ops/sec
.fill(undefined).map() 1,235,991 Ops/sec
.fill(true).map() 1,234,614 Ops/sec
.fill(null).map() 1,234,016 Ops/sec
.fill("").map() 1,233,793 Ops/sec
Tests: