Christian Heimes <lists <at> cheimes.de> writes:
...
> You can use slots to increase the performance but it doesn't work
> like you think. If you need it *really* fast than write a C
> Extension, store the data in a C struct and access the data via
> PyMemberDef.

Ok, thanks for the confirmation. We'd been hoping to avoid creating
such a struct...

Chris


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to