←back to thread

302 points Bogdanp | 4 comments | | HN request time: 0.908s | source
1. Devasta ◴[] No.44391731[source]
Slow compile times are a feature, get to make a cuppa.
replies(1): >>44391810 #
2. zozbot234 ◴[] No.44391810[source]
> Slow compile times are a feature

xkcd is always relevant: https://xkcd.com/303/

replies(1): >>44391998 #
3. randomNumber7 ◴[] No.44391998[source]
On the other hand you get mentally insane if you try to work in a way that you do s.th. usefull during the 5-10 min compile times you often have with C++ projects.

When I had to deal with this I would just open the newspaper and read an article in front of my boss.

replies(1): >>44396864 #
4. PhilipRoman ◴[] No.44396864{3}[source]
Slow compile times really mess with your brain. When I wanted to test two different solutions, I would keep multiple separate clones (each one takes about 80GB, mind you) and do the manual equivalent of branch prediction by compiling both, just in case I needed the other one as well.