dongbin / faster-xml-simple

This URL has Read+Write access

name age message
file COPYING Thu Jun 19 01:48:18 -0700 2008 init code [testk]
file README Wed Jun 25 01:30:32 -0700 2008 test [dongbin]
file Rakefile Thu Jun 19 01:48:18 -0700 2008 init code [testk]
file faster-xml-simple.gemspec Wed Oct 08 22:55:16 -0700 2008 update version [linjian]
directory lib/ Sat Sep 27 03:35:23 -0700 2008 Add prefix LibXML for windows platform again [linjian]
directory test/ Wed Jun 25 00:03:34 -0700 2008 remove comment element of xml [linjian]
README
FasterXmlSimple

FasterXS is intended to be a drop in replacement for the xml input functionality
from XmlSimple.  Instead of using rexml, it uses libxml and the associated ruby
bindings.  This reduces CPU utilisation and memory consumption considerably.

Preliminary benchmarks show it between 3 and 10 times as fast, and using a
fraction of the ram.