Test case name | Result |
---|---|
Lodash | |
Ramda without relying on currying or composition | |
Ramda with currying and composition | |
VanillaJS functional style | |
VanillaJS procedural |
Test name | Executions per second |
---|---|
Lodash | 665.7 Ops/sec |
Ramda without relying on currying or composition | 3100.8 Ops/sec |
Ramda with currying and composition | 2994.8 Ops/sec |
VanillaJS functional style | 2079.1 Ops/sec |
VanillaJS procedural | 580.5 Ops/sec |