Title: Performance issue checking IndexedAccess rest parameter that resolves to large union of tuples · Issue #26756 · microsoft/TypeScript · GitHub
Open Graph Title: Performance issue checking IndexedAccess rest parameter that resolves to large union of tuples · Issue #26756 · microsoft/TypeScript
X Title: Performance issue checking IndexedAccess rest parameter that resolves to large union of tuples · Issue #26756 · microsoft/TypeScript
Description: TypeScript Version: 3.1.0-dev.20180829, master Search Terms: rest, parameters, union, tuple, IndexedAccess, I realize this may be firmly in the camp of "doctor, it hurts when I do this", but thought I'd still file :) I ran into this when...
Open Graph Description: TypeScript Version: 3.1.0-dev.20180829, master Search Terms: rest, parameters, union, tuple, IndexedAccess, I realize this may be firmly in the camp of "doctor, it hurts when I do this", but though...
X Description: TypeScript Version: 3.1.0-dev.20180829, master Search Terms: rest, parameters, union, tuple, IndexedAccess, I realize this may be firmly in the camp of "doctor, it hurts when I do this", ...
Opengraph URL: https://github.com/microsoft/TypeScript/issues/26756
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Performance issue checking IndexedAccess rest parameter that resolves to large union of tuples","articleBody":"\u003c!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --\u003e\r\n**TypeScript Version:** 3.1.0-dev.20180829, master\r\n\r\n\u003c!-- Search terms you tried before logging this (so others can find this issue more easily) --\u003e\r\n**Search Terms:** rest, parameters, union, tuple, IndexedAccess, \r\n\r\nI realize this may be firmly in the camp of \"doctor, it hurts when I do this\", but thought I'd still file :)\r\n\r\nI ran into this when using a union of tuples in place of overloading, not realizing it wasn't really supposed to be working until #26676. Since the tuples came from the values of an interface, I believe the indirect indexed access was allowing it to still pass since it would fall back to structural checking against `any[]`.\r\n\r\nWith #26676 landed it's still an issue, though.\r\n\r\n**Code**\r\nThis was from an attempt to type the Chrome debugger rpc protocol using tuples to represent that some commands need no parameters, some need one, and some can optionally have one. I'll link to the type files since they're large, but I can provide them elsewhere if needed: [`ChromeDevTools/devtools-protocol/pull/113/protocol-mapping.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/68f219dd201c2eb571d31d89a95e8c60c05bd152/types/protocol-mapping.d.ts#L459-L3267), and the types referenced in that file are found in [`protocol.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/68f219dd201c2eb571d31d89a95e8c60c05bd152/types/protocol.d.ts). All the types end up relatively shallow and without cycles.\r\n\r\nPoor performance can be triggered with\r\n\r\n```ts\r\nimport ProtocolMapping from './protocol-mapping';\r\ntype Commands = ProtocolMapping.Commands;\r\n\r\nfunction sendCommand\u003cC extends keyof Commands\u003e(method: C, ...params: Commands[C]['paramsType']) {}\r\n```\r\n\r\nThis takes ~6 seconds to check with `tsc --strict` on my machine, with about 3.5 seconds attributable to `checkParameter()` of `...params`. More crucially it adds a similar amount of time to tsserver responses, and the work doesn't seem to be cached, so it re-runs on every intellisense completion. \r\n\r\nOn the other hand, the not quite equivalent\r\n\r\n```ts\r\nfunction sendCommand\u003cC extends keyof Commands\u003e(method: C, ...params: Commands[keyof Commands]['paramsType']) {}\r\n```\r\n\r\ntakes about 2 seconds (with about 300 ms of that attributable to `checkParameter` of `...params`).\r\n\r\nThe difference appears to come down to when the checker realizes the type is a union of tuples. The fast version does appear to end up checking each tuple for structural similarity to `any[]`, but it does so for each tuple in the union individually, which is relatively fast.\r\n\r\nThe slow version seems to instead get deep enough that it ends up taking the union of each property across the tuples, then compares each of those against the properties of `any[]`. Since in this example basically each tuple ends up with a unique typeArgument, I assume the structural comparison against these unions for each property is what's taking the bulk of this time. The profile is mostly stuck in `getPropertiesOfUnionOrIntersectionType` down to `createUnionOrIntersectionProperty` and then splitting up into many nested `isRelatedTo` calls.\r\n\r\nHopefully the slow case could be made to function more like the fast case, but it also seems like a shortcut is possible since the tuples are never used for anything but rest parameters (so memoized type info is never used again) and as soon as `getApparentType()` is called with `Commands[C]['paramsType']`, the type then becomes a union of objects with `ObjectFlags.Tuple`, which could be used for an even quicker test.\r\n\r\nTo check, I added a super hacky `isUnionOfTuples` method and the time spent dropped to essentially nothing. I might be missing the corner cases here (or that my case is a special case of some tricky general issue), but if rest parameters for overloading becomes popular, it seems like a fast path for when the apparent type of `source` is a union of tuples and `target === anyArrayType` could be generally useful without much cost.","author":{"url":"https://github.com/brendankenny","@type":"Person","name":"brendankenny"},"datePublished":"2018-08-30T00:17:33.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/26756/TypeScript/issues/26756"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:5b30471b-0e4b-3c29-a1cb-de3530c054ec |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 94D4:31C549:185C6F8:224CF70:6A61CE5B |
| html-safe-nonce | 6cab61917b25557d9c67db70d641d987fe5e523c366a2b7a0c8d323431863f2c |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NEQ0OjMxQzU0OToxODVDNkY4OjIyNENGNzA6NkE2MUNFNUIiLCJ2aXNpdG9yX2lkIjoiMjI5NjIwNDQ4NTkxMDk3NDA0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 6cc7657c37933d24f0e23268c424309a4badf6eb20ec5eea51c9bbb05e0f540d |
| hovercard-subject-tag | issue:355378480 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/26756/issue_layout |
| twitter:image | https://opengraph.githubassets.com/94b59465ddfc664ee0fba2406e9048598d100cc7282af77d2cd9370562c9b12c/microsoft/TypeScript/issues/26756 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/94b59465ddfc664ee0fba2406e9048598d100cc7282af77d2cd9370562c9b12c/microsoft/TypeScript/issues/26756 |
| og:image:alt | TypeScript Version: 3.1.0-dev.20180829, master Search Terms: rest, parameters, union, tuple, IndexedAccess, I realize this may be firmly in the camp of "doctor, it hurts when I do this", but though... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | brendankenny |
| hostname | github.com |
| expected-hostname | github.com |
| None | b2de8c74e5e61e893155ba46ee41bc66170c1644cb795adefa8386d490f7781c |
| turbo-cache-control | no-preview |
| go-import | github.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git |
| octolytics-dimension-user_id | 6154722 |
| octolytics-dimension-user_login | microsoft |
| octolytics-dimension-repository_id | 20929025 |
| octolytics-dimension-repository_nwo | microsoft/TypeScript |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20929025 |
| octolytics-dimension-repository_network_root_nwo | microsoft/TypeScript |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | d1866027ded575df8a15c731dd8b9986c9483ceb |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width