this post was submitted on 19 Jun 2024
23 points (96.0% liked)

Tech

391 readers
1 users here now

A community for high quality news and discussion around technological advancements and changes

Things that fit:

Things that don't fit

Community Wiki

founded 6 months ago
MODERATORS
 

...which is why i prefer AM for hardware longevity.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 months ago

But even then larger more complicated apps will get annoyingly slow to “compile”.

It’s when you are working with larger and more complicated Rust or C or whatever code bases that compile time matters.

If you are in the middle of doing a unit of work, iteratively making small changes to the code, compiling, and testing them, those compile times should be small too. If a small change in one file triggers your entire project to recompile, you fucked up the Makefile or structured the whole program poorly or something like that. There’s something wrong that a faster CPU will only mask, not fix.