Run details:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Mobile Safari/537.36
Chrome Mobile 120
Android
Mobile
2 years ago
.fill(undefined).map()
845K/s
.fill(null).map()
835K/s
.fill("").map()
835K/s
.fill(true).map()
830K/s
Array.from().map()
112K/s
Array.from() only
105K/s
View exact numbers
Test name Executions per second
.fill(undefined).map() 844,574 Ops/sec
.fill(null).map() 835,084 Ops/sec
.fill("").map() 834,510 Ops/sec
.fill(true).map() 829,658 Ops/sec
Array.from().map() 112,401 Ops/sec
Array.from() only 104,900 Ops/sec
Tests: