flatMap() vs filter().map()

flatMap vs filter map
3 years ago
User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4811.0 Safari/537.36 Edg/99.0.1131.0
Test name Executions per second
filter().map() 236.7 Ops/sec
flatMap() 59.9 Ops/sec
Script Preparation code:
Tests:
  • filter().map()

  • flatMap()

Open this result on MeasureThat.net