[Pyrex] [Cython-dev] Optimizing use of lists

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Nov 28 02:32:23 CET 2007


Robert Bradshaw wrote:
> I think such types should be exactly lists, tuples, etc. (a la  
> PyList_CheckExact).

But would making that check be any faster than just going
through the typeslot? Has anyone measured this?

--
Greg



More information about the Pyrex mailing list