Run details:
Mozilla/5.0 (X11; Linux x86_64; rv:67.0) Gecko/20100101 Firefox/67.0
Firefox 67
Linux
Desktop
5 years ago
Test name Executions per second
Lodash 151080.6 Ops/sec
Native JS 207352.1 Ops/sec
HTML Preparation code:
AخA
 
1
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js"></script>
Script Preparation code:
 
var a = {name: 'a',secondName: 'b', home: {city:'San Diego', zip:'92122',phone:{code:484, number:99999999}}}
Tests:
  • Lodash

     
    let b = _.cloneDeep(a)
  • Native JS

     
    let b = JSON.parse(JSON.stringify(a))