| Test name | Executions per second |
|---|---|
| ✓ VanillaJS procedural | 6,540 Ops/sec |
| VanillaJS functional style (performance optimized with spread) | 6,354 Ops/sec |
| Lodash functional style (performance optimized with spread) | 5,229 Ops/sec |
| Lodash funcional style (idiomatic) | 2,911 Ops/sec |
| VanillaJS funcional style (idiomatic) | 2,686 Ops/sec |
| Ramda without relying on currying or composition | 875 Ops/sec |
| Ramda with currying and composition | 845 Ops/sec |
| Ramda with transducers | 759 Ops/sec |