Rouslan Korneychuk, 03.05.2010 22:44:
The only issue is
it will not use keyword arguments for overloaded functions (I don't know
if that can even be done reliably *and* efficiently. I would need to
give it more thought).

You should look at the argument unpacking code that Cython generates. It has been subject to serious benchmarking and optimisations.

Stefan

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

Reply via email to