Hacker News new | ask | show | jobs
by blattimwind 2747 days ago
> C in particular [...] it's extreme compile times

How so?

1 comments

Simple really, the more static libraries you add, the longer it takes. This is most pronounced in the libraries themselves that usually don't risk the performance hit of using dlls, so you get less dependency-of-dependency.