Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Firefox 78
Ubuntu
Desktop
3 years ago
Test name Executions per second
lodash.each 1884.7 Ops/sec
native for-of w/ entries 567.8 Ops/sec
native forEach w/ entries 777.8 Ops/sec
vanilla for-loop w/ Object.keys 1796.5 Ops/sec
vanilla for-loop w/ Object.entries 529.6 Ops/sec
vanilla for-loop w/ Object.values (no keys) 4100.5 Ops/sec
native forEach w/ Object.values (no keys) 3658.2 Ops/sec
native for-in 470.4 Ops/sec
HTML Preparation code:
Script Preparation code:
Tests:
  • lodash.each

  • native for-of w/ entries

  • native forEach w/ entries

  • vanilla for-loop w/ Object.keys

  • vanilla for-loop w/ Object.entries

  • vanilla for-loop w/ Object.values (no keys)

  • native forEach w/ Object.values (no keys)

  • native for-in