Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36
Chrome 132
Windows
Desktop
2 months ago
Test name Executions per second
Lodash funcional style (idiomatic) 2925.6 Ops/sec
Lodash functional style (performance optimized) 5269.0 Ops/sec
Ramda without relying on currying or composition 897.7 Ops/sec
Ramda with currying and composition 893.2 Ops/sec
VanillaJS funcional style (idiomatic) 2754.5 Ops/sec
VanillaJS functional style (performance optimized) 6249.0 Ops/sec
VanillaJS procedural 6586.4 Ops/sec
HTML Preparation code:
Script Preparation code:
Tests:
  • Lodash funcional style (idiomatic)

  • Lodash functional style (performance optimized with spread)

  • Ramda without relying on currying or composition

  • Ramda with currying and composition

  • Ramda with transducers

  • VanillaJS funcional style (idiomatic)

  • VanillaJS functional style (performance optimized with spread)

  • VanillaJS procedural