Message 393783 - Python tracker (original) (raw)

Message393783

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:31 tim.peters set recipients: + tim.peters, rhettinger, Sergey.Kirpichev
2021-05-17 04:38:31 tim.peters set messageid: 1621226311.58.0.879752396814.issue44154@roundup.psfhosted.org
2021-05-17 04:38:31 tim.peters link issue44154 messages
2021-05-17 04:38:31 tim.peters create