| Test name | Executions per second |
|---|---|
| ✓ VanillaJS procedural | 6,291 Ops/sec |
| VanillaJS functional style (performance optimized with spread) | 6,257 Ops/sec |
| Lodash functional style (performance optimized with spread) | 5,409 Ops/sec |
| Lodash funcional style (idiomatic) | 2,936 Ops/sec |
| VanillaJS funcional style (idiomatic) | 2,400 Ops/sec |
| Ramda without relying on currying or composition | 903 Ops/sec |
| Ramda with currying and composition | 857 Ops/sec |
| Ramda with transducers | 755 Ops/sec |