8

Okay so I don't really know what I did but somehow my Rust executable that implements a parser for an assembly language all the sudden needs more than a minute to compile and is over 700 MiB in size 🤠

Comments
  • 2
    And that's a release build
  • 0
    And they say java is bloated. And they say rust is amazing.

    Listen to them and you'll eventually get a life sentence
  • 0
    @netikras It's not Rust though, it's the parser combinator library I'm using that abuses generics. The text section is only about 1.5 meg

    ... which I just now wanted to double check and now I get link errors for no reason lol. I think my toolchain is all fucked up
  • 2
    Just add ".NET" at the end of the project's name and no one will complain.
Add Comment