[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 306116 - Python tracker

Message306116

Author Olivier.Grisel
Recipients Olivier.Grisel, pitrou, serhiy.storchaka
Date 2017-11-12.15:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510501694.98.0.213398074469.issue31993@psf.upfronthosting.co.za>
In-reply-to
Content
> While we are here, wouldn't be worth to flush the buffer in the C implementation to the disk always after committing a frame? This will save a memory when dump a lot of small objects.

I think it's a good idea. The C pickler would behave more like the Python pickler. I think framing was intended this way initially. Antoine what do you think?
History
Date User Action Args
2017-11-12 15:48:15Olivier.Griselsetrecipients: + Olivier.Grisel, pitrou, serhiy.storchaka
2017-11-12 15:48:14Olivier.Griselsetmessageid: <1510501694.98.0.213398074469.issue31993@psf.upfronthosting.co.za>
2017-11-12 15:48:14Olivier.Grisellinkissue31993 messages
2017-11-12 15:48:14Olivier.Griselcreate