Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Chrome 121
Windows
Desktop
2 years ago
.fill(undefined).map()
2.6M/s
.fill(null).map()
2.5M/s
.fill(true).map()
2.3M/s
.fill("").map()
2.3M/s
Array.from().map()
303K/s
Array.from() only
271K/s
View exact numbers
Test name Executions per second
.fill(undefined).map() 2,579,140 Ops/sec
.fill(null).map() 2,529,047 Ops/sec
.fill(true).map() 2,343,991 Ops/sec
.fill("").map() 2,309,221 Ops/sec
Array.from().map() 302,744 Ops/sec
Array.from() only 271,469 Ops/sec
Tests: