Hacker News new | ask | show | jobs
by p0nce 1945 days ago
dub does incremental builds.
1 comments

On a per-file basis? Afaik it works with package granularity, so if you change one line of a package, you're SOL.
Per-package translation unit are faster than per-file translation units.