From: Xin Zheng Date: 2008-10-31T23:22:52+09:00 Subject: Re: XML builder performance Dan Webb wrote: > The only Ruby Library I've found in the last 2 weeks that seems to do > XMl output is: http://www.tutorialspoint.com/ruby/ruby_xml_xslt.htm > > However the builder API is nice and for me personally worth the slightly > longer output. However saying that I managed to output 100 records to > XML within 10 seconds and I don't think it's builder slowing things > down. Thanks for the reply. I'm using it to output KML on the fly, so every half a second counts. At the moment, it's taking .5 seconds longer to generate a small-ish file than it takes for the HTML output. If there are no clear drop-in alternatives, I might leave off optimising my KML outputs. Thanks, Xin -- Posted via http://www.ruby-forum.com/.