Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Investigation: time-to-colorization #12030

Closed
fearthecowboy opened this issue Feb 27, 2024 · 3 comments
Closed

Performance Investigation: time-to-colorization #12030

fearthecowboy opened this issue Feb 27, 2024 · 3 comments
Assignees
Labels
enhancement Improvement to an existing feature Feature: Colorization fixed Check the Milestone for the release in which the fix is or will be available. Language Service performance
Milestone

Comments

@fearthecowboy
Copy link
Member

fearthecowboy commented Feb 27, 2024

Looking at opportunities to globally improve the speed of time-to-colorization (and tag parsing)

Currently, it looks like there can be benefits in some deep I/O optimization (early enumerating folders, quicker include file lookups ,pre-populating caches with expected files, etc)

@fearthecowboy fearthecowboy self-assigned this Feb 27, 2024
@sean-mcmanus sean-mcmanus added this to the 1.20 milestone Feb 28, 2024
@sean-mcmanus sean-mcmanus added Language Service enhancement Improvement to an existing feature labels Feb 28, 2024
@sean-mcmanus sean-mcmanus modified the milestones: 1.20, 1.21 May 2, 2024
@bobbrow bobbrow added this to cpptools Jun 17, 2024
@bobbrow bobbrow moved this to In progress in cpptools Jun 17, 2024
@sean-mcmanus sean-mcmanus moved this from In progress to Pull Request in cpptools Jun 19, 2024
@heartacker
Copy link

we need this

@bobbrow bobbrow modified the milestones: 1.21, On Deck Jul 15, 2024
@sean-mcmanus sean-mcmanus modified the milestones: On Deck, 1.22.0 Aug 15, 2024
@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Aug 15, 2024
@sean-mcmanus
Copy link
Contributor

@heartacker The fix/improvements are available with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.22.0

@heartacker
Copy link

@heartacker The fix/improvements are available with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.22.0

thank you :D

@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Improvement to an existing feature Feature: Colorization fixed Check the Milestone for the release in which the fix is or will be available. Language Service performance
Projects
Status: Done
Development

No branches or pull requests

4 participants