-
Notifications
You must be signed in to change notification settings - Fork 13
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
Comments
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 |
That is a really nice report. How did you gen it? |
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
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.
The text was updated successfully, but these errors were encountered: