| Test name | Executions per second |
|---|---|
| ✓ VanillaJS functional style (performance optimized) | 6,583 Ops/sec |
| VanillaJS procedural | 6,536 Ops/sec |
| Lodash functional style (performance optimized with spread) | 5,408 Ops/sec |
| Lodash functional style (performance optimized) | 4,681 Ops/sec |
| Lodash funcional style (idiomatic) | 2,873 Ops/sec |
| VanillaJS funcional style (idiomatic) | 2,605 Ops/sec |
| Ramda without relying on currying or composition | 859 Ops/sec |
| Ramda with currying and composition | 843 Ops/sec |