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(undefined).map()
864K/s
.fill(true).map()
858K/s
.fill(null).map()
857K/s
.fill("").map()
847K/s
Array.from().map()
112K/s
Array.from() only
106K/s
View exact numbers
Test name Executions per second
.fill(undefined).map() 863,929 Ops/sec
.fill(true).map() 858,406 Ops/sec
.fill(null).map() 856,828 Ops/sec
.fill("").map() 847,035 Ops/sec
Array.from().map() 111,923 Ops/sec
Array.from() only 105,629 Ops/sec
Tests: