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

Apply Profile-Guided Optimization (PGO) #37

Closed
zamazan4ik opened this issue Jun 24, 2023 · 1 comment
Closed

Apply Profile-Guided Optimization (PGO) #37

zamazan4ik opened this issue Jun 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@zamazan4ik
Copy link

Hi!

Profile-Guided Optimization (PGO) can help with improving the performance of the tooling for the project like other language servers (like rust-analyzer or clangd).

Since the project is written in Rust, you can try to use cargo-pgo. More information about PGO applications on real-world software you can find here.

@azdavis
Copy link
Owner

azdavis commented Jun 24, 2023

My thoughts are basically the same as matklad's:

the tradeoff between additional perf boost and additional burden of maintaining a more complex build process is not worth it at this stage.

@azdavis azdavis closed this as completed Jun 24, 2023
@azdavis azdavis added the enhancement New feature or request label Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants