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

Evaluate Profile-Guided Optimization (PGO) #202

Open
zamazan4ik opened this issue Jul 14, 2023 · 1 comment
Open

Evaluate Profile-Guided Optimization (PGO) #202

zamazan4ik opened this issue Jul 14, 2023 · 1 comment

Comments

@zamazan4ik
Copy link

zamazan4ik commented Jul 14, 2023

Hi!

Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are here.

Since PGO showed measurable improvements in many loads (including many databases) I think it could be useful to check PGO on arroyo as well.

We need to perform PGO benchmarks on arroyo. And if it shows improvements - add a note about possible improvements arroyo performance with PGO. Providing an easier way (e.g. a build option) to build scripts with PGO can be useful for the end-users too. For the Rust projects I recommend starting with https://github.com/Kobzol/cargo-pgo .

@jacksonrnewhouse
Copy link
Contributor

Hi there, thanks for reaching out. I think we'll want to explore this down the line, as long-running streaming applications are a great place to do PGO. That being said, right now the focus is more on extending capabilities than improving performance. That being said, happy to chat if you'd like to get started on this yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants