27 Jun
2013
27 Jun
'13
6:13 p.m.
This is amusing: http://dan.bodar.com/2012/02/28/crazy-fast-build-times-or-when-10-seconds-st... Interesting stats: cjdns - 40k LoC* - clean build in 40 seconds - 1k LoC/sec xwiki - 800k LoC* - clean build in 60 minutes(?) - 222 LoC/sec Cjdns build is still embarrassingly slow because cmake invokes the linker far more often than necessary. * LoC is the total line count for every source file in the project.