Message171231
> Cool, looking forward to your patch =).
It will take some time to make a completed patch. I don't have much time *right* now. Wait for a few hours.
> Also, is there any chance you could provide a more detailed explanation of
> what's going on? This is just me being curious about how it all works
> under the hood...
When reading from the buffer bz2 does:
result = buffer[:size]
buffer = buffer[size:] # copy a thousands bytes
zipfile does:
result = buffer[offset:offset+size]
offset += size # buffer untouched |
|
Date |
User |
Action |
Args |
2012-09-25 07:37:53 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, nadeem.vawda, victorhooi |
2012-09-25 07:37:53 | serhiy.storchaka | link | issue16034 messages |
2012-09-25 07:37:53 | serhiy.storchaka | create | |
|