[Cython] List type, link on Wiki front-page

Stéfan van der Walt stefan at sun.ac.za
Mon May 4 23:33:56 CEST 2009


2009/5/4 Dag Sverre Seljebotn <dagss at student.matnat.uio.no>:
> Using append at the same time would cause a lot of trouble though (but
> again, they might have changed append to raise an exception if a buffer
> is acquired in Py2.6+ -- I don't know).

This is my main use-case:  I need a homogenous container that
automatically resizes when it is full.  Maybe the performance impact
of Python lists isn't even so bad -- I was only worried because I saw
lots of yellow in my annotated pyx :)

Cheers
Stéfan


More information about the Cython-dev mailing list