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()
860K/s
.fill(undefined).map()
860K/s
.fill("").map()
851K/s
.fill(null).map()
841K/s
Array.from().map()
109K/s
Array.from() only
69K/s
View exact numbers
Test name Executions per second
.fill(true).map() 859,947 Ops/sec
.fill(undefined).map() 859,818 Ops/sec
.fill("").map() 850,822 Ops/sec
.fill(null).map() 840,618 Ops/sec
Array.from().map() 108,695 Ops/sec
Array.from() only 68,986 Ops/sec
Tests: