-
SCons Is Still Slow
A while back I posted a series of articles exploring the scalability of SCons, a popular Python-based build tool. In a nutshell, my experiments showed that SCons exhibits roughly quadratic growth in build runtimes as the number of targets increases: Recently Dirk Baechle attempted to rebut my findings in an entry on...