{"ScriptPreparationCode":"c = new Uint8Array([255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255])","TestCases":[{"Name":"Uint8Array","Code":"let stream = new Uint8Array()\r\nlet a = 1000\r\nwhile (a --\u003E 0) {\r\n const buf = new Uint8Array(stream.length \u002B c.length);\r\n buf.set(stream, 0);\r\n\tbuf.set(c, stream.length);\r\n stream = buf;\r\n}","IsDeferred":false},{"Name":"Array","Code":"let stream = []\r\nlet a = 1000\r\nconst push = Array.prototype.push;\r\nwhile (a --\u003E 0) {\r\n push.apply(stream, c)\r\n new Uint8Array(stream)\r\n}","IsDeferred":false}]}