Message70509
Selon Benjamin Peterson <[email protected]>:
>
> Benjamin Peterson <[email protected]> added the comment:
>
> It seems that as with the quadratic binary buffered reading, the best
> solution is the list of bytes which should be especially helped by your
> bytes joining optimization.
I don't really know. The logic is quite different (and harder to get right) than
in BufferedReader. I might try to write a list-of-bytes version and do some
timings, but it's not trivial... I should first compare against the current
version.
Also, an advantage of using a fixed-size bytearray is that it more closely
mimicks what will have to be written for an efficient C implementation. |
|
| Date |
User |
Action |
Args |
| 2008-07-31 14:36:17 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, benjamin.peterson |
| 2008-07-31 14:36:16 | pitrou | link | issue3476 messages |
| 2008-07-31 14:36:15 | pitrou | create | |
|