Test case name | Result |
---|---|
structuredClone() | |
spread syntax | |
Object.assign() | |
JSON.parse(JSON.stringify()) |
Test name | Executions per second |
---|---|
structuredClone() | 530350.8 Ops/sec |
spread syntax | 25017546.0 Ops/sec |
Object.assign() | 4380025.5 Ops/sec |
JSON.parse(JSON.stringify()) | 1168412.6 Ops/sec |