Hacker News new | past | comments | ask | show | jobs | submit login

That's the beauty of C++, an absurdly slow build is just an include away.



Boost always helps prop up falling compile times.


Specially when your juggling is getting out of practice.


Has anyone done LLM training with template metaprogramming? That seems like another excellent way to keep Google’s build servers warm.


The public version of Google's build tool is Bazel (it's Blaze internally). It has some really impressive caching while maintaining correctness. The first build is slow, but subsequent builds are very fast. When you have a team working on similar code, everyone gets the benefit.

As with all things Google, it's a pain to get up to speed on, but then very fast.


Just wait until you try a “modern” language




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: