Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Chrome 65
Mac OS X 10.13.3
Other
2025 years ago
Test name Executions per second
lodash.each 234914.2 Ops/sec
native for-of w/ entries 115520.7 Ops/sec
native forEach w/ entries 139198.6 Ops/sec
vanilla for-loop w/ kvp 94473.4 Ops/sec
vanilla for-loop w/ entries 117297.5 Ops/sec
vanilla for-loop w/ values 1084690.0 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