{"ScriptPreparationCode":null,"TestCases":[{"Name":"Lookup","Code":"const a = [];\r\n const b = {};\r\n const locationNameSet = new Set();\r\n\r\n for (let t = 0; t \u003C 1000000; t\u002B\u002B) {\r\n a[t] = t;\r\n b[t] = t;\r\n } \r\nfor (const id of a) {\r\n const c = b[id];\r\n if (c) locationNameSet.add(c);\r\n }","IsDeferred":false},{"Name":"Object.values","Code":"const a = [];\r\n const b = {};\r\n const locationNameSet = new Set();\r\n\r\n for (let t = 0; t \u003C 1000000; t\u002B\u002B) {\r\n a[t] = t;\r\n b[t] = t;\r\n }\r\nObject.values(b).forEach(c =\u003E {\r\n if (c) locationNameSet.add(c);\r\n });","IsDeferred":false}]}