Tests:
-
myCopy = JSON.parse(JSON.stringify(MyObject));
-
myCopy = _.cloneDeep(MyObject);
-
myCopy = ObjectUtils.clone(MyObject);
Rendered benchmark preparation results:
Latest run results:
Run details: (Test run date:
one year ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36
Chrome 134 on Mac OS X 10.15.7
View result in a separate tab
myCopy = ObjectUtils.clone(MyObject);
4.0M/s
myCopy = _.cloneDeep(MyObject);
1.7M/s
myCopy = JSON.parse(JSON.stringify(MyObject));
1.4M/s
View exact numbers
| Test name |
Executions per second |
|
✓
myCopy = ObjectUtils.clone(MyObject);
|
4,035,111 Ops/sec |
|
myCopy = _.cloneDeep(MyObject);
|
1,748,214 Ops/sec |
|
myCopy = JSON.parse(JSON.stringify(MyObject));
|
1,449,984 Ops/sec |
Do you really want to delete benchmark?