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 Standard Python Library. The refactor is to be a modified version where I use optimization abilities from Cython like CDEFs to increase code speed, after which I will compile it all into native machine code modules.
My inquisitions are: - Has this already been done? - Do people have any suggestions (such as using something other then Psyco). Thank you, - Luiji Maryo -- - Luiji Maryo (a.k.a. Brain Boy) Visit me at http://brainboyblogger.blogspot.com/. _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
