This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients amaury.forgeotdarc, benjamin.peterson, pitrou
Date 2008-07-31.14:39:20
SpamBayes Score 9.386448e-07
Marked as misclassified No
Message-id <1afaf6160807310739r578c864er4cf39ed9f4b9e5f5@mail.gmail.com>
In-reply-to <1217514969.4891cdd9403bb@imp.free.fr>
Content
On Thu, Jul 31, 2008 at 9:36 AM, Antoine Pitrou <report@bugs.python.org> wrote:
>
> 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.

You are correct that this should probably be rewritten in C at some
point, so let's go with this.
History
Date User Action Args
2008-07-31 14:39:21benjamin.petersonsetrecipients: + benjamin.peterson, amaury.forgeotdarc, pitrou
2008-07-31 14:39:21benjamin.petersonlinkissue3476 messages
2008-07-31 14:39:20benjamin.petersoncreate