JSON-Patch
JSON-Patch copied to clipboard
`deepClone` by JSON.parse(JSON.stringify) is slower than traversing the object recursively
Just one of the first google results for jsPerf.com https://jsperf.com/deep-copy-vs-json-stringify-json-parse/25
I don't understand, on my machine, it's the second worst way

Bumping this thread – any want for this still? Happy to dig in to this and contribute back if there is interest.