{"ScriptPreparationCode":"var MyObject = {\r\n typed1: Int16Array.from(Array(500).fill(0).map((_, index) =\u003E (index % 20))),\r\n typed2: Int16Array.from(Array(1500).fill(0).map((_, index) =\u003E (index % 20))),\r\n typed3: Int16Array.from(Array(200).fill(0).map((_, index) =\u003E (index % 20))),\r\n typedRandom: Float32Array.from(Array(1500).fill(0).map(() =\u003E Math.random() * 200)),\r\n typedRandom2: Float32Array.from(Array(1500).fill(0).map(() =\u003E Math.random() * 200)),\r\n};\r\n\r\nvar myCopy = null;","TestCases":[{"Name":"Lodash cloneDeep","Code":"myCopy = _.cloneDeep(MyObject);","IsDeferred":false},{"Name":"Native structuredClone","Code":"myCopy = structuredClone(MyObject);","IsDeferred":false}]}