Chris Colbert wrote: > my big issue here is that these two lines of code, are taking more > time to execute than the entire function as a pure numpy > implementation. And numpy is using the same calls to pow in the > background...
Are you sure about that? Or is it noticing that you're raising something to the power of 2 and doing it differently? -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
