Message85636
Create a read buffer (4096 bytes) in unpickler class. Using [0]*10**7 or
[1000]*10**7, load() is from 6 to 8 times faster.
I removed last_string attribute because it wasn't used.
If there are "tail" bytes, seek backward. |
|
Date |
User |
Action |
Args |
2009-04-06 11:52:28 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, pitrou, alexandre.vassalotti, hagen |
2009-04-06 11:52:27 | vstinner | set | messageid: <1239018747.73.0.916030603692.issue3873@psf.upfronthosting.co.za> |
2009-04-06 11:52:24 | vstinner | link | issue3873 messages |
2009-04-06 11:52:24 | vstinner | create | |
|