Stefan Behnel wrote: > The result is that Cython now generates function init code that is faster than > Python in most cases, even in many cases where you pass keyword arguments > (which wasn't the case before at all). It's actually a lot faster than the > last Cython release, especially for keyword arguments, and quite a bit faster > than Python, which has impressively fast generic argument handling code. I > attached some numbers below.
Great, well done! -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
