[graspablemath.com] lodash cloneDeep vs. JSON.parse(JSON.stringify()) vs. fastest-json-copy (version: 2)
This is like https://www.measurethat.net/Benchmarks/Show/13538/0/lodash-clonedeep-vs-jsonparsejsonstringify-vs-fastest-j , except it operates on a larger input object.
Comparing performance of: Lodash's cloneDeep vs JSON.parse(JSON.stringify()) vs recursiveDeepCopy vs fastest-json-copy npm package