| Test name | Executions per second |
|---|---|
| ✓ VanillaJS procedural | 6,586 Ops/sec |
| VanillaJS functional style (performance optimized) | 6,249 Ops/sec |
| Lodash functional style (performance optimized) | 5,269 Ops/sec |
| Lodash funcional style (idiomatic) | 2,926 Ops/sec |
| VanillaJS funcional style (idiomatic) | 2,755 Ops/sec |
| Ramda without relying on currying or composition | 898 Ops/sec |
| Ramda with currying and composition | 893 Ops/sec |