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 serhiy.storchaka
Recipients PedanticHacker, Stefan Pochmann, mark.dickinson, mcognetta, rhettinger, serhiy.storchaka, tim.peters
Date 2021-12-29.18:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640802752.81.0.178340873386.issue37295@roundup.psfhosted.org>
In-reply-to
Content
I think Raymond means extending the tables to TableSize=101. It can benefit larger arguments if move the code in perm_comb_small(). And perhaps loops in perm_comb_small() could be optimized by using precalculated values for some products.
History
Date User Action Args
2021-12-29 18:32:32serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, PedanticHacker, mcognetta, Stefan Pochmann
2021-12-29 18:32:32serhiy.storchakasetmessageid: <1640802752.81.0.178340873386.issue37295@roundup.psfhosted.org>
2021-12-29 18:32:32serhiy.storchakalinkissue37295 messages
2021-12-29 18:32:32serhiy.storchakacreate