You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.
#12 might help in the case of slow compile times. Rust considers crate as a compilation unit and ATM warp-api-starter-template is huge crate and spliting it into multiple dependent crate might allow for better compile times. This is not tested notion for me. I need to try it out and see.
@aslamplr I think you're right that breaking things up into component crates could help. At the very least, it should avoid to always recompile everything.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems that something is causing excessively slow compile times. For instance, adding a simple
println!
costs nearly 40 seconds to recompile:Where the only change is:
This is actually decently faster than other compile times I've observed, which sometimes exceed two minutes (!) but are not significant changes.
Depending on your development style, this may be a showstopper.
The text was updated successfully, but these errors were encountered: