From: Bruce S. <Bru...@nc...> - 2009-02-09 18:27:25
|
Lots of tests I've run show the two versions to be about the same speed, but in some cases 5 is faster than 3 (due to subtleties in going from Numeric to numpy for array support). A good way to test is like this: from time import clock t0 = clock() ..... t0 = clock()-t0 print t0 Bruce Sherwood Gary Pajer wrote: > I've finally upgraded to 5.0 on my XP machine. > > I have a subjective sense that it might be slower than 3.0. Before > I try to reinstall 3.0 to check, I thought I'd ask ... > > What's known about the speed of 5.0 vs 3.0 ? > > -Gary > > ------------------------------------------------------------------------------ > Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) > software. With Adobe AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > _______________________________________________ > Visualpython-users mailing list > Vis...@li... > https://lists.sourceforge.net/lists/listinfo/visualpython-users |