Luiji Maryo wrote: > Hello, > > For a project I am working on I am creating a super-optimized Python > distrobution of which I hope will reach heights of 10,000 times faster > code. What I am planning to do is bundle Psyco with a refactor of the > I hope you'll adjust that figure. Take for instance matrix muliplication -- that's probably one of the benchmarks you'll find where Python performs worst. But even comparing that to specifically CPU-tuned assembly code using SSE instructions, Python is only about 4000-5000 times slower :-)
For more "normal" OOP code, we're talking between 2x and 100x I think. Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
