Hacker News new | ask | show | jobs
by krimbus 1498 days ago
Compilation can be a big overhead on C++ codebases even when there is plenty of care in regards to modularity. Projects that are heavy on templates usually benefit a lot from compile caching mechanisms.