Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36
Chrome 74
Linux
Desktop
5 years ago
Test name Executions per second
lodash 1482257.9 Ops/sec
native 11718566.0 Ops/sec
HTML Preparation code:
AخA
 
1
<script src="https://cdn.jsdelivr.net/lodash/4.16.0/lodash.min.js"></script>
Script Preparation code:
 
var person = {name: {first: 'Johnson', last: 'Wang' }, lastName: 'Corcino Alejo'};
Tests:
  • lodash

     
    _.get(person, 'name.last');
  • native

     
    person.name.last