Optimizing multiple dispatch
Jacek Generowicz
jacek.generowicz at cern.ch
Fri Jun 4 03:29:35 EDT 2004
Heiko Wundram <heikowu at ceosg.de> writes:
> Writing this module by hand shouldn't be much harder than writing it
> using Pyrex. The Python/C-API is very clean, and there's good
> documentation in the Python Documentation section on Python.org...
Well, I still find writing pure Python/C-API to be a pain.
> I guess you could squeeze out another 0.1 usecs by writing it by
> hand, because Pyrex sometimes generates suboptimal C code, on
> another note ;)
I probably write suboptimal code too ... probably more suboptimal than
Pyrex :-)
More information about the Python-list
mailing list