-
On my machine (32GB memory, i7-10510U CPU 1.80GHz) the build speed of vector is slow (1-2min). Do others have the same problem? Is there a trick to speed up the build times? How does your development flow look like? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @dvob ! Vector's compilation times are a bit of a known nuisance. We plan to make some improvements in this area soonish, but there are some tips in https://github.com/vectordotdev/vector/blob/master/docs/DEVELOPING.md#tips-and-tricks for doing Vector development like switching the linker and disabling features you aren't actively developing using. Hopefully this helps! I can definitely appreciate the slow build times being especially painful when you are new to Rust and relying on the compiler more to help guide development. I had the same experience coming to Vector. |
Beta Was this translation helpful? Give feedback.
Hey @dvob !
Vector's compilation times are a bit of a known nuisance. We plan to make some improvements in this area soonish, but there are some tips in https://github.com/vectordotdev/vector/blob/master/docs/DEVELOPING.md#tips-and-tricks for doing Vector development like switching the linker and disabling features you aren't actively developing using. Hopefully this helps! I can definitely appreciate the slow build times being especially painful when you are new to Rust and relying on the compiler more to help guide development. I had the same experience coming to Vector.