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 tim.peters
Recipients Sergey.Kirpichev, rhettinger, tim.peters
Date 2021-05-17.04:38:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621226311.58.0.879752396814.issue44154@roundup.psfhosted.org>
In-reply-to
Content
Oh yes - please do. It's not just pickle size - going through str() makes (un)pickling quadratic time in both directions if components are large. Pickle the component ints instead, and the more recent pickle protocol(s) can do both directions in linear time instead.
History
Date User Action Args
2021-05-17 04:38:31tim.peterssetrecipients: + tim.peters, rhettinger, Sergey.Kirpichev
2021-05-17 04:38:31tim.peterssetmessageid: <1621226311.58.0.879752396814.issue44154@roundup.psfhosted.org>
2021-05-17 04:38:31tim.peterslinkissue44154 messages
2021-05-17 04:38:31tim.peterscreate