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 pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2013-09-26.08:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <682283912.24191441.1380184430498.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1380180735.7.0.740735572714.issue19087@psf.upfronthosting.co.za>
Content
> @Antoine: Do you know if your patch may reduce the memory
> fragmentation on "bytearray front-slicing"?

It reduces the number of allocations so, yes, it can reduce memory
fragmentation.
We cannot really use a list of chunks for bytearray since it is
supposed to be usable as a contiguous buffer (using the buffer API).
History
Date User Action Args
2013-09-26 08:33:56pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2013-09-26 08:33:56pitroulinkissue19087 messages
2013-09-26 08:33:56pitroucreate