Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36
Chrome 96
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
Dot notation property setter 9076359.0 Ops/sec
Lodash.set 9926450.0 Ops/sec
HTML Preparation code:
AخA
 
1
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.5/lodash.min.js"></script>
Script Preparation code:
 
var person = { name: 'Foo', lastName: 'Bar' };
Tests:
  • Dot notation property setter

     
     person['age'] = 10
  • Lodash.set

     
    person.age = 10