| Test name | Executions per second |
|---|---|
| ✓ VanillaJS procedural | 6,314 Ops/sec |
| VanillaJS functional style (performance optimized with spread) | 5,908 Ops/sec |
| Lodash functional style (performance optimized with spread) | 5,210 Ops/sec |
| Lodash funcional style (idiomatic) | 2,907 Ops/sec |
| VanillaJS funcional style (idiomatic) | 2,703 Ops/sec |
| Ramda without relying on currying or composition | 881 Ops/sec |
| Ramda with currying and composition | 865 Ops/sec |
| Ramda with transducers | 759 Ops/sec |