I was reading an old article by David Mertz on pyrex (http://www.ibm.com/developerworks/linux/library/l-cppyrex.html) were he finds that a program he wrote in python becomes slower we naively fed into pyrex (no changes, though he was forced to change list comprehensions, and inplace arithmetic).
So I redid the test, and with no changes at all, the compiled code runs around 15% faster (as opposed to 20$ slower). Thought people might be interested . . . Made me happy. Gabriel _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
