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 pitrou
Recipients amaury.forgeotdarc, giampaolo.rodola, ialbert, pitrou
Date 2008-12-06.21:52:36
SpamBayes Score 1.0205541e-07
Marked as misclassified No
Message-id <1228600358.67.0.462633193618.issue4565@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Amaury,

> There is a project to rewrite it in C

Thanks for publicizing this. I'm a bit surprised by the adopted
approach. It seems you are merely translating the Python code into C. I
think the proper approach for the buffered IO classes would be to use a
fixed-size buffer which never gets reallocated.

If you look at bufferedwriter2.patch in #3476, I had rewritten
BufferedWriter using a fixed-size buffer (although not for performance
reasons), I think it would be a good starting point for a C implementation.
History
Date User Action Args
2008-12-06 21:52:38pitrousetrecipients: + pitrou, amaury.forgeotdarc, giampaolo.rodola, ialbert
2008-12-06 21:52:38pitrousetmessageid: <1228600358.67.0.462633193618.issue4565@psf.upfronthosting.co.za>
2008-12-06 21:52:37pitroulinkissue4565 messages
2008-12-06 21:52:36pitroucreate