@michalfita @chakie in theory, yes, but in practice most rust projects are structured in a way that can't be distributed or only in a limited fashion, so what you end up with is a massive early stage with dependencies and initial compilation, a decently fast middle, then a slow link at the end, it's not as bad as a single threaded compile or the mess that is Go but it's unfortunately FAR slower than C/C++ on an identical system (unless the c++ project uses modules of course)