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 idiomatic funcional 2920.2 Ops/sec
Lodash performance optimized functional 5170.0 Ops/sec
Ramda without relying on currying or composition 907.2 Ops/sec
Ramda with currying and compositio 890.4 Ops/sec
VanillaJS functional style 2730.6 Ops/sec
VanillaJS functional style performance optimized 6326.5 Ops/sec
VanillaJS procedural 6620.5 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