>> 5. Does your architecture support psyco? If so, have you tried that
    >>    and what were the results?

    Jim> Already using psyco.

Is it substantially faster with psyco than without?  If psyco is performing
its magic on the critical section of code already, you are going to lose
that when switching to Pyrex.

Skip
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to