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 pitrou
Recipients Rhamphoryncus, chemacortes, jcea, mark.dickinson, pitrou, rhettinger
Date 2009-02-11.22:53:47
SpamBayes Score 0.0006687805
Marked as misclassified No
Message-id <1234392831.06.0.167328042754.issue5186@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an updated benchmark script, for both object() and an
user-defined class, and adding dict lookup, set lookup and set difference.
Set difference is massively faster: up to 60% faster.
History
Date User Action Args
2009-02-11 22:53:51pitrousetrecipients: + pitrou, rhettinger, jcea, chemacortes, mark.dickinson, Rhamphoryncus
2009-02-11 22:53:51pitrousetmessageid: <1234392831.06.0.167328042754.issue5186@psf.upfronthosting.co.za>
2009-02-11 22:53:49pitroulinkissue5186 messages
2009-02-11 22:53:49pitroucreate