Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.146 Safari/537.36
Chrome 65
Mac OS X 10.13.3
Other
2025 years ago
Test name Executions per second
Native 2753469.2 Ops/sec
Lodash 1665825.8 Ops/sec
Script Preparation code:
AخA
 
var obj = {a: {b: {c: {d: 1}}}}
Tests:
  • Native

     
    obj.a && obj.a.b && obj.a.b.c && obj.a.b.c.d
  • Lodash

     
    _.get(obj, "a.b.c.d")