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(null).map()
595K/s
.fill("").map()
594K/s
.fill(undefined).map()
509K/s
.fill(true).map()
488K/s
Array.from().map()
88K/s
Array.from() only
73K/s
View exact numbers
Test name Executions per second
.fill(null).map() 594,922 Ops/sec
.fill("").map() 593,615 Ops/sec
.fill(undefined).map() 509,160 Ops/sec
.fill(true).map() 487,717 Ops/sec
Array.from().map() 88,205 Ops/sec
Array.from() only 73,154 Ops/sec
Tests: