Stéfan van der Walt wrote: > Is the list of optimised data-structures documented somewhere? For > example, I know that lists are fast to manipulate in Cython, but how > about dictionaries, etc.?
All builtin types should be fast to use. If not, that's a bug. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
