Message 316957 - Python tracker (original) (raw)
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?