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