Hacker News new | ask | show | jobs
by carlmr 620 days ago
Also anyone who has worked on a significantly large C++ code base will be really happy about 17 seconds iterative compile times.
1 comments

It was 17 seconds for 1 shader file.

Iterative C++ compile times can be very fast if you know what are you doing, 17 seconds is very long unless you have link time optimizations on(which makes no sense for an iterative build).

As far as I can tell they didn't change a shader at all, they linked to code that looks like it runs on the CPU as part of the main binary not as a shader.