[viff-devel] [issue73] Investigate use of __slots__

Martin Geisler tracker at viff.dk
Wed Nov 5 05:40:37 PST 2008


New submission from Martin Geisler <mg at daimi.au.dk>:

Python allows a class to list its attributes in a special __slots__
attribute. This saves allocating memory for the dictionary which
normally holds the class' attributes.

----------
assignedto: mg
keyword: design
messages: 288
nosy: mg
status: unread
title: Investigate use of __slots__
type: wish

____________________________________
VIFF Issue Tracker <tracker at viff.dk>
<http://tracker.viff.dk/issue73>
____________________________________


More information about the viff-devel mailing list