Script Preparation code:
AخA
 
var arr = Array(10_000).fill(0)
Tests:
  • flatmap

     
    arr.flatMap((x) => [x, x])
  • map+flat

     
    arr.map((x) => [x, x]).flat()
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    flatmap
    map+flat

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 days ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0
Chrome 134 on Windows
View result in a separate tab
Test name Executions per second
flatmap 4218.6 Ops/sec
map+flat 3396.9 Ops/sec