On Thu, Nov 10, 2011 at 6:06 AM, David Warde-Farley <[email protected]> wrote:
> Indeed... I wonder: if, from Python, you pass a reference to a cpdef'd > function to another cpdef'd function as an argument, is Cython smart enough > to run the passed function at C speed? Or can it only do that at compile time? I would be very impressed if it could do the former. For C functions, something like dlopen could be used but that doesn't very clean. Mathieu ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
