[libxml-devel] weird delay

2007-11-07 Thread mortee
I just set out to do some simple measurements to see how fast libxml may be compared to hpricot. I made a little script with a ~4 megs XML document appended after __END__. $ uname -s CYGWIN_NT-5.1 $ gem list libxml *** LOCAL GEMS *** libxml-ruby (0.5.2.0) LibXML2 bindings for Ruby $ head -1

[libxml-devel] Where are the API docs

2007-11-07 Thread Tony Primerano
http://libxml.rubyforge.org/ points to http://libxml.rubyforge.org/rdoc/ but that gives a 404 google has several pages as http://libxml.rubyforge.org/doc/ but that is gone now too. Are there alternate sites that have the documentation or a good examples? __

Re: [libxml-devel] weird delay

2007-11-07 Thread Trans
On Nov 7, 2007 1:49 PM, mortee <[EMAIL PROTECTED]> wrote: > I just set out to do some simple measurements to see how fast libxml may > be compared to hpricot. > > I made a little script with a ~4 megs XML document appended after __END__. > > $ uname -s > CYGWIN_NT-5.1 > $ gem list libxml > > *** LO

Re: [libxml-devel] Where are the API docs

2007-11-07 Thread Trans
On Nov 7, 2007 1:23 PM, Tony Primerano <[EMAIL PROTECTED]> wrote: > http://libxml.rubyforge.org/ points to > http://libxml.rubyforge.org/rdoc/ but that gives a 404 I will generate some, but I can;t promise you they will be very helpful. We really need to a documentation wiki. T. _

Re: [libxml-devel] weird delay

2007-11-07 Thread Dan Janowski
The timing info is curious because libxml does the job with very little cpu time, it is the real-time delay that is the problem. On identifying the location of the delay (since it is wall-clock time we are talking about), it should be sufficient to do splits between each method call (could j

Re: [libxml-devel] weird delay

2007-11-07 Thread Charlie Savage
The timing info is curious because libxml does the job with very little cpu time, it is the real-time delay that is the problem. On identifying the location of the delay (since it is wall-clock time we are talking about), it should be sufficient to do splits between each method call (coul