Any way to optimize compilation time #495
cvolante54
started this conversation in
General
Replies: 1 comment
-
Hey! We are constantly looking for ways to minimize the compilation time overhead incurred by using orchestrion. It will never be "free" (there is more work to do, so it takes more time), but we are convinced we have room for significant improvement here. Some of the reasons for inefficiencies are driven by the fact the Go toolchain does not provide ways to collaborate on the build graph as a whole, and we end up having to do things pretty inefficiently at times. We are also working with the Go maintainers to see what can be done in the long run to improve on these areas, too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting to use Orchestrion across Golang projects, and it's fantastic; the one issue I have with it is that it increases compilation time by >10 min for me. Usually, compilation was really quick, but now it takes forever. It only affects the production build but it's still annoying to deal with. Are there any plans to improve the effect orchestrion has on compilation time
Beta Was this translation helpful? Give feedback.
All reactions