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 neologix, pitrou, rhettinger, tim.peters, vstinner
Date 2013-09-03.08:32:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2036852373.33037416.1378197125681.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1377995771.98.0.681989822972.issue18835@psf.upfronthosting.co.za>
Content
> We don't have to align EVERY data structure.  But I do have immediate
> beneficial use cases for set tables and for data blocks in deque
> objects.

Can you explain what the use cases are, and post some benchmarking code?

Also, what would be the strategy? Would you align every set/deque, or only
the bigger ones?
History
Date User Action Args
2013-09-03 08:32:12pitrousetrecipients: + pitrou, tim.peters, rhettinger, vstinner, neologix
2013-09-03 08:32:12pitroulinkissue18835 messages
2013-09-03 08:32:11pitroucreate