lodash.flatMap vs Vanilla js flatmap vs lodash.flatMapDeepFastest: lodash.flatMap (2.5x faster)
19,365,812 ops/sec
8,395,912 ops/sec
7,710,417 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| lodash.flatMap | |
| Vanilla js flatmap | |
| lodash.flatMapDeep |
| Test name | Executions per second |
|---|---|
| ✓ lodash.flatMap | 27,829,982 Ops/sec |
| lodash.flatMapDeep | 12,149,942 Ops/sec |
| Vanilla js flatmap | 11,919,844 Ops/sec |