Test name | Executions per second |
---|---|
JSON | 732920.5 Ops/sec |
structuredClone | 405058.5 Ops/sec |
var obj = {
cycle: {
cycle: {
cycle: {
cycle: {
cycle: {
cycle: {
cycle: {
cycle: 1
}
}
}
}
}
}
}
}
JSON.parse(JSON.stringify(obj));
structuredClone(obj);