Test case name | Result |
---|---|
angular.copy() | |
JSON.parse(JSON.stringify()) | |
structuredClone(origArr) | |
Object.assign(origArr) |
Test name | Executions per second |
---|---|
angular.copy() | 21054.7 Ops/sec |
JSON.parse(JSON.stringify()) | 13666.1 Ops/sec |
structuredClone(origArr) | 8571.0 Ops/sec |
Object.assign(origArr) | 5902166.5 Ops/sec |