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(null).map()
3.4M/s
.fill(undefined).map()
3.4M/s
.fill(true).map()
3.2M/s
.fill("").map()
3.2M/s
Array.from().map()
394K/s
Array.from() only
372K/s
View exact numbers
Test name Executions per second
.fill(null).map() 3,411,390 Ops/sec
.fill(undefined).map() 3,407,900 Ops/sec
.fill(true).map() 3,237,044 Ops/sec
.fill("").map() 3,230,377 Ops/sec
Array.from().map() 393,511 Ops/sec
Array.from() only 372,226 Ops/sec
Tests: