On 6/26/07, Jérôme Etévé <[EMAIL PROTECTED]> wrote:
I just tried the python writer and it's as fast as XML is.  I'm still
looking at the code trying to point out the reason of that.
Thanks for any help.

It's Java's braindead Reader/Writer implementations.  If you want
really good performance, one is forced to do their own buffering, even
for a BufferedWriter (I assume the PrintWriter obtained from
ServletResponse.getWriter() is buffered).

-Yonik

Reply via email to