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
2.2M/s
Array.from().map()
1.1M/s
.fill("").map()
776K/s
.fill(true).map()
775K/s
.fill(null).map()
771K/s
.fill(undefined).map()
770K/s
View exact numbers
Test name Executions per second
Array.from() only 2,181,121 Ops/sec
Array.from().map() 1,107,874 Ops/sec
.fill("").map() 775,912 Ops/sec
.fill(true).map() 775,500 Ops/sec
.fill(null).map() 771,327 Ops/sec
.fill(undefined).map() 770,056 Ops/sec
Tests: