flatMap() vs filter().map()

flatMap vs filter map
3 years ago
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15
Test name Executions per second
filter().map() 290.9 Ops/sec
flatMap() 879.1 Ops/sec
Script Preparation code:
Tests:
  • filter().map()

  • flatMap()

Open this result on MeasureThat.net