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

[scxtop] Migrate to Prost for Protobuf serialization #1462

Open
hodgesds opened this issue Mar 6, 2025 · 1 comment
Open

[scxtop] Migrate to Prost for Protobuf serialization #1462

hodgesds opened this issue Mar 6, 2025 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed scxtop

Comments

@hodgesds
Copy link
Contributor

hodgesds commented Mar 6, 2025

scxtop builds are slow due to protobuf compilation/linking. It may be worth migrating to prost for protobuf serialization.

@hodgesds hodgesds added good first issue Good for newcomers help wanted Extra attention is needed scxtop labels Mar 6, 2025
@JakeHillion
Copy link
Contributor

Tried helping here by switching to the perfetto_protos crate with the theory that it would prevent rebuilds. Unfortunately, even though the dependency crate doesn't get rebuilt, the build still takes forever (especially in release). Prost seems like the next best bet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed scxtop
Projects
None yet
Development

No branches or pull requests

2 participants