René's URL Explorer Experiment


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

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:5b30471b-0e4b-3c29-a1cb-de3530c054ec
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id94D4:31C549:185C6F8:224CF70:6A61CE5B
html-safe-nonce6cab61917b25557d9c67db70d641d987fe5e523c366a2b7a0c8d323431863f2c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NEQ0OjMxQzU0OToxODVDNkY4OjIyNENGNzA6NkE2MUNFNUIiLCJ2aXNpdG9yX2lkIjoiMjI5NjIwNDQ4NTkxMDk3NDA0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6cc7657c37933d24f0e23268c424309a4badf6eb20ec5eea51c9bbb05e0f540d
hovercard-subject-tagissue:355378480
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/microsoft/TypeScript/26756/issue_layout
twitter:imagehttps://opengraph.githubassets.com/94b59465ddfc664ee0fba2406e9048598d100cc7282af77d2cd9370562c9b12c/microsoft/TypeScript/issues/26756
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/94b59465ddfc664ee0fba2406e9048598d100cc7282af77d2cd9370562c9b12c/microsoft/TypeScript/issues/26756
og:image:altTypeScript 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebrendankenny
hostnamegithub.com
expected-hostnamegithub.com
Noneb2de8c74e5e61e893155ba46ee41bc66170c1644cb795adefa8386d490f7781c
turbo-cache-controlno-preview
go-importgithub.com/microsoft/TypeScript git https://github.com/microsoft/TypeScript.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id20929025
octolytics-dimension-repository_nwomicrosoft/TypeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20929025
octolytics-dimension-repository_network_root_nwomicrosoft/TypeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released1866027ded575df8a15c731dd8b9986c9483ceb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/microsoft/TypeScript/issues/26756#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F26756
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fissues%2F26756
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=microsoft%2FTypeScript
Reloadhttps://github.com/microsoft/TypeScript/issues/26756
Reloadhttps://github.com/microsoft/TypeScript/issues/26756
Reloadhttps://github.com/microsoft/TypeScript/issues/26756
Please reload this pagehttps://github.com/microsoft/TypeScript/issues/26756
microsoft https://github.com/microsoft
TypeScripthttps://github.com/microsoft/TypeScript
Notifications https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Fork 13.6k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Star 110k https://github.com/login?return_to=%2Fmicrosoft%2FTypeScript
Code https://github.com/microsoft/TypeScript
Issues 5k+ https://github.com/microsoft/TypeScript/issues
Pull requests 21 https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality 0 https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Code https://github.com/microsoft/TypeScript
Issues https://github.com/microsoft/TypeScript/issues
Pull requests https://github.com/microsoft/TypeScript/pulls
Actions https://github.com/microsoft/TypeScript/actions
Projects https://github.com/microsoft/TypeScript/projects
Models https://github.com/microsoft/TypeScript/models
Wiki https://github.com/microsoft/TypeScript/wiki
Security and quality https://github.com/microsoft/TypeScript/security
Insights https://github.com/microsoft/TypeScript/pulse
Performance issue checking IndexedAccess rest parameter that resolves to large union of tupleshttps://github.com/microsoft/TypeScript/issues/26756#top
https://github.com/ahejlsberg
BugA bug in TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Bug%22
FixedA PR has been merged for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fixed%22
TypeScript 3.1https://github.com/microsoft/TypeScript/milestone/74
https://github.com/brendankenny
brendankennyhttps://github.com/brendankenny
on Aug 30, 2018https://github.com/microsoft/TypeScript/issues/26756#issue-355378480
#26676https://github.com/microsoft/TypeScript/pull/26676
#26676https://github.com/microsoft/TypeScript/pull/26676
ChromeDevTools/devtools-protocol/pull/113/protocol-mapping.d.tshttps://github.com/ChromeDevTools/devtools-protocol/blob/68f219dd201c2eb571d31d89a95e8c60c05bd152/types/protocol-mapping.d.ts#L459-L3267
protocol.d.tshttps://github.com/ChromeDevTools/devtools-protocol/blob/68f219dd201c2eb571d31d89a95e8c60c05bd152/types/protocol.d.ts
ahejlsberghttps://github.com/ahejlsberg
BugA bug in TypeScripthttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Bug%22
FixedA PR has been merged for this issuehttps://github.com/microsoft/TypeScript/issues?q=state%3Aopen%20label%3A%22Fixed%22
TypeScript 3.1https://github.com/microsoft/TypeScript/milestone/74
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.