| Test name | Executions per second |
|---|---|
| ✓ VanillaJS functional style (performance optimized) | 6,274 Ops/sec |
| VanillaJS procedural | 5,998 Ops/sec |
| Lodash functional style (performance optimized) | 5,321 Ops/sec |
| Lodash funcional style (idiomatic) | 2,906 Ops/sec |
| VanillaJS funcional style (idiomatic) | 2,733 Ops/sec |
| Ramda without relying on currying or composition | 857 Ops/sec |
| Ramda with currying and composition | 704 Ops/sec |