[Cython] Optimised data structures

Stefan Behnel stefan_ml at behnel.de
Mon Feb 16 12:00:31 CET 2009


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



More information about the Cython-dev mailing list