Message 242686 - Python tracker

Message242686

Author serhiy.storchaka
Recipients larry, mark.dickinson, pitrou, rhettinger, serhiy.storchaka
Date 2015-05-06.16:38:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430930288.34.0.386738233021.issue24138@psf.upfronthosting.co.za>
In-reply-to
Content
This regression was just discussed in issue24076. General suggestion about free list for small ints was proposed. It could speed up other integer computations, but comprehensive benchmarking results are needed.

See also similar issue23507 for tuples. Perhaps we need general solution for fast specialized free lists.
History
Date User Action Args
2015-05-06 16:38:08serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, pitrou, larry
2015-05-06 16:38:08serhiy.storchakasetmessageid: <1430930288.34.0.386738233021.issue24138@psf.upfronthosting.co.za>
2015-05-06 16:38:08serhiy.storchakalinkissue24138 messages
2015-05-06 16:38:08serhiy.storchakacreate