Comparing deep cloning methods (small object): Lodash <> Custom clone func <> JSON.parse <> structuredClone

Missing clone-deep
one year ago
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
Test name Executions per second
Lodash 1285449.0 Ops/sec
Custom function 1590490.0 Ops/sec
JSON.parse 632891.8 Ops/sec
structuredClone 463829.3 Ops/sec
HTML Preparation code:
Script Preparation code:
Tests:
  • Lodash

  • Custom function

  • JSON.parse

  • structuredClone

Open this result on MeasureThat.net