Why is #Rust compiler such a piece of crud? Not only it is slow as molasses, but it completely knocks off whole computer. I compile much larger programs with #GCC (I am a #Python interpreter maintainer after all), but it has never been such drama as every other Rust program (vim9jit just killed my computer).

#RustLang

@mcepl I built large #Rust multiple time and never OoMed 32GB machine. But I had C++ (#Cpp) code that could OoM 64GB machine if parallel jobs haven't been tamed to less than number of CPU cores. So, I find above claim false. 🤷‍♂️