my pluck function with skipNone vs native JS map and filter vs lodash _.map and iteratee vs my pluck function without skipNone vs native JS map vs lodash _.map| Test case name | Result |
|---|---|
| my pluck function with skipNone | |
| native JS map and filter | |
| lodash _.map and iteratee | |
| my pluck function without skipNone | |
| native JS map | |
| lodash _.map |
| Test name | Executions per second |
|---|---|
| ✓ my pluck function without skipNone | 336,110 Ops/sec |
| lodash _.map | 192,012 Ops/sec |
| native JS map | 172,821 Ops/sec |
| my pluck function with skipNone | 159,371 Ops/sec |
| lodash _.map and iteratee | 3,206 Ops/sec |
| native JS map and filter | 2,784 Ops/sec |