Test case name | Result |
---|---|
JS native | |
Ramda with transducer | |
Ramda with transducer (no prop) | |
Ramda with currying and composition | |
Ramda without relying on currying or composition | |
Ramda with currying and composition (no pluck) | |
Lodash | |
js native loop |
Test name | Executions per second |
---|---|
JS native | 169.1 Ops/sec |
Ramda with transducer | 45.9 Ops/sec |
Ramda with transducer (no prop) | 167.2 Ops/sec |
Ramda with currying and composition | 50.8 Ops/sec |
Ramda without relying on currying or composition | 50.7 Ops/sec |
Ramda with currying and composition (no pluck) | 183.6 Ops/sec |
Lodash | 151.4 Ops/sec |
js native loop | 243.9 Ops/sec |