Message198430
> @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). |
|
Date |
User |
Action |
Args |
2013-09-26 08:33:56 | pitrou | set | recipients:
+ pitrou, vstinner, serhiy.storchaka |
2013-09-26 08:33:56 | pitrou | link | issue19087 messages |
2013-09-26 08:33:56 | pitrou | create | |
|