Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0
Firefox 61
Ubuntu
Desktop
6 years ago
Test name Executions per second
Lodash get 10628438.0 Ops/sec
Native 273616704.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: 'Frederick', lastName: 'Corcino Alejo'};
Tests:
  • Lodash get

     
    _.get(person, 'name');
  • Native

     
    person.name