Run details:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36
Chrome Mobile 121
Android
Mobile
2 years ago
.fill(true).map()
672K/s
.fill(undefined).map()
667K/s
.fill(null).map()
662K/s
.fill("").map()
657K/s
Array.from().map()
95K/s
Array.from() only
84K/s
View exact numbers
Test name Executions per second
.fill(true).map() 672,272 Ops/sec
.fill(undefined).map() 667,136 Ops/sec
.fill(null).map() 661,828 Ops/sec
.fill("").map() 657,119 Ops/sec
Array.from().map() 95,223 Ops/sec
Array.from() only 83,970 Ops/sec
Tests: