Robert Bradshaw wrote: > The issue here is speed. ... Hence a > special class with a cdef method.
Ah, okay. Although if you're doing this from cython, using the C callback API directly would be even faster. I suppose you're just trying to create something a bit more convenient or type-safe? -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
