new extension generator for C++

Stefan Behnel stefan_ml at behnel.de
Tue May 4 03:01:40 EDT 2010


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




More information about the Python-list mailing list