Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108
Mac OS X 10.15.7
Desktop
2 years ago
Test name Executions per second
Dot notation property setter 12286861.0 Ops/sec
Lodash.set 12489403.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