This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients josh.r, lemburg, ncoghlan, pmoody, r.david.murray, rhettinger, sbromberger, serhiy.storchaka
Date 2014-12-23.23:16:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419376567.98.0.261729618376.issue23103@psf.upfronthosting.co.za>
In-reply-to
Content
Josh, you might want to have a look at the lightning talk on this page and the associated slides...

http://www.egenix.com/library/presentations/PyCon-UK-2014-When-performance-matters/

After having done the tests, using __slots__ is what I consider the flyweight pattern in Python.
History
Date User Action Args
2014-12-23 23:16:08lemburgsetrecipients: + lemburg, rhettinger, ncoghlan, pmoody, r.david.murray, serhiy.storchaka, josh.r, sbromberger
2014-12-23 23:16:07lemburgsetmessageid: <1419376567.98.0.261729618376.issue23103@psf.upfronthosting.co.za>
2014-12-23 23:16:07lemburglinkissue23103 messages
2014-12-23 23:16:07lemburgcreate