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 Ramchandra Apte, abarnert, cameron, christian.heimes, cowlicks, georg.brandl, gregory.p.smith, gvanrossum, josh.r, martin.panter, ncoghlan, pitrou, rhettinger, serhiy.storchaka, socketpair, terry.reedy, vstinner
Date 2018-05-17.16:22:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <25e37b12-38ba-7a3a-b392-32fd38d70069@free.fr>
In-reply-to <1526574057.18.0.682650639539.issue19251@psf.upfronthosting.co.za>
Content
Le 17/05/2018 à 18:20, Nick Coghlan a écrit :
> 
> The question is whether we might be able to avoid some bytes->Python-objects->bytes cycles if there were a few more contiguous-binary-data-centric operations on bytes and/or memoryview (similar to the way the ASCII-centric operations on bytes and bytearray help to avoid bytes->text->bytes cycles).

Can you elaborate on your question?
History
Date User Action Args
2018-05-17 16:22:23pitrousetrecipients: + pitrou, gvanrossum, georg.brandl, rhettinger, terry.reedy, gregory.p.smith, ncoghlan, vstinner, christian.heimes, cameron, socketpair, Ramchandra Apte, martin.panter, serhiy.storchaka, abarnert, josh.r, cowlicks
2018-05-17 16:22:23pitroulinkissue19251 messages
2018-05-17 16:22:23pitroucreate