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 christian.heimes, gregory.p.smith, kristjan.jonsson, loewis, pitrou, serhiy.storchaka
Date 2012-11-19.17:02:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353344534.93.0.629469083422.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
> The following are the sizes of the marshal data:

Can you please measure the time of unmarshalling? It would be interesting. If you can count the statistics about marshalled types (what percent of shared and non shared integers, strings, etc), it would also be very interesting.

> There is no reason _not_ to reuse INT objects if we are doing it for other immutables to.

There is at least one reason. This increases size of the refs table.
History
Date User Action Args
2012-11-19 17:02:14serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, gregory.p.smith, pitrou, kristjan.jonsson, christian.heimes
2012-11-19 17:02:14serhiy.storchakasetmessageid: <1353344534.93.0.629469083422.issue16475@psf.upfronthosting.co.za>
2012-11-19 17:02:14serhiy.storchakalinkissue16475 messages
2012-11-19 17:02:14serhiy.storchakacreate