DNF 3: better performance and a move to C++
DNF 3: better performance and a move to C++
Posted Apr 4, 2018 7:15 UTC (Wed) by cpitrat (subscriber, #116459)In reply to: DNF 3: better performance and a move to C++ by zlynx
Parent article: DNF 3: better performance and a move to C++
That's not true, even with precompiled headers, no LTO and -O0 compiling hundreds of C++ files (5-10k sloc) usually take minutes. This even impacts the way you code (pimpl and other tricks for faster compilation). I don't know much of Go but I observed that building a project of the same size takes a few seconds.