SCons build tool speed

Christopher De Vries devries at idolstarastronomer.com
Sat Feb 12 22:27:49 EST 2005


On Sat, Feb 12, 2005 at 07:16:02PM +0000, ted wrote:
> How does the speed of the Scons build tool compare with Ant? 

I would recommend asking this question on users at scons.tigris.org , but my
impressions is that most of the time is probably spent in the compiler. If you
are working on a java project you could try switching from javac to jikes and
that might improve your time, though it has been a while since I used jikes.

Chris



More information about the Python-list mailing list