←back to thread

302 points Bogdanp | 1 comments | | HN request time: 0.428s | source
Show context
taylorallred ◴[] No.44390996[source]
So there's this guy you may have heard of called Ryan Fleury who makes the RAD debugger for Epic. The whole thing is made with 278k lines of C and is built as a unity build (all the code is included into one file that is compiled as a single translation unit). On a decent windows machine it takes 1.5 seconds to do a clean compile. This seems like a clear case-study that compilation can be incredibly fast and makes me wonder why other languages like Rust and Swift can't just do something similar to achieve similar speeds.
replies(18): >>44391046 #>>44391066 #>>44391100 #>>44391170 #>>44391214 #>>44391359 #>>44391671 #>>44391740 #>>44393057 #>>44393294 #>>44393629 #>>44394710 #>>44395044 #>>44395135 #>>44395226 #>>44395485 #>>44396044 #>>44401496 #
js2 ◴[] No.44391046[source]
"Just". Probably because there's a lot of complexity you're waving away. Almost nothing is ever simple as "just".
replies(2): >>44391209 #>>44391231 #
pixelpoet ◴[] No.44391209[source]
At a previous company, we had a rule: whoever says "just" gets to implement it :)
replies(1): >>44391945 #
1. forrestthewoods ◴[] No.44391945[source]
I wanted to ban “just” but your rule is better. Brilliant.