26 September 2005 17:00
Nuxeo Blogs: YADI, part 2: a simple Psyco decorator
by bader (via)Psyco is a pretty cool tool from Armin Rigo, that can really speed up the code in some cases. It relies on generating machine code by writing the corresponding bytes directly into executable memory.
1
(1 marks)