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

See if we can have compile times stay low #175

Open
madig opened this issue Sep 5, 2021 · 4 comments
Open

See if we can have compile times stay low #175

madig opened this issue Sep 5, 2021 · 4 comments

Comments

@madig
Copy link
Collaborator

madig commented Sep 5, 2021

Found this very interesting article: https://matklad.github.io/2021/09/04/fast-rust-builds.html

This would be relevant for norad itself and for client code.

@madig
Copy link
Collaborator Author

madig commented Sep 8, 2021

Report for building norad, current git master: cargo-timing-20210908T212759Z.zip

So a large chunk goes to syn and serde's derive macros. Not sure that can be kept in check... Having plist use quick-xml instead of xml-rs eventually might help drop a few deps though.

@chrissimpkins
Copy link
Collaborator

That is a really nice report. How did you gen it?

@madig
Copy link
Collaborator Author

madig commented Sep 9, 2021

@madig
Copy link
Collaborator Author

madig commented Dec 22, 2021

thiserror also pulls in syn, but adds very little compile time itself.

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