Build speed #369
ctz
started this conversation in
Experience Reports
Build speed
#369
Replies: 2 comments 3 replies
-
|
Thanks! I have noticed this and I've looked into making the compile times faster. The problem is that I don't have a good intuition for where the compiler is spending its time. I would love some help on that front. (There is also the option of splitting Jiff into smaller crates, but that comes with its own challenges and trade-offs.) |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Would you be willing to measure build speed in the same way as reported here, but with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I don't have any direct experience to share of using jiff, but depend on it indirectly via
env_logger. In a typical test build -- containing several cryptography libraries, tokio, syn, etc. -- jiff is the slowest dependency to compile.This isn't breaking the bank or causing any issue, and might be a function of jiff being compiled early-on in parallel with many other crates, but it might nonetheless be something to keep tabs on.
Thanks,
Joe
Beta Was this translation helpful? Give feedback.
All reactions