Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Firefox 64
Ubuntu
Desktop
5 years ago
Test name Executions per second
lodash.each 1315.3 Ops/sec
native for-of w/ entries 516.3 Ops/sec
native forEach w/ entries 651.3 Ops/sec
vanilla for-loop w/ Object.keys 1697.3 Ops/sec
vanilla for-loop w/ Object.entries 564.3 Ops/sec
vanilla for-loop w/ Object.values (no keys) 3834.1 Ops/sec
native forEach w/ Object.values (no keys) 3473.3 Ops/sec
native for-in 715.2 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