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 methane, serhiy.storchaka, vstinner
Date 2016-11-29.16:44:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480437858.18.0.976805905602.issue28832@psf.upfronthosting.co.za>
In-reply-to
Content
I think that clearing 120 bytes at a time is faster than clear it later entry-by-entry.

Your patch removes some asserts, this looks not good.

Could your provide microbenchmarks that show the largest speed up and the largest slow down? So we would see what type of code gets the benefit.
History
Date User Action Args
2016-11-29 16:44:18serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane
2016-11-29 16:44:18serhiy.storchakasetmessageid: <1480437858.18.0.976805905602.issue28832@psf.upfronthosting.co.za>
2016-11-29 16:44:18serhiy.storchakalinkissue28832 messages
2016-11-29 16:44:18serhiy.storchakacreate