dongbin / faster-xml-simple

This URL has Read+Write access

linjian (author)
Sat Sep 27 03:35:23 -0700 2008
commit  532e4953d80a5224d2732df2a90a3256878e78a0
tree    8a7adb63e68c2083fce6559d6a59298209c03122
parent  976b41b3311b8ad50d31f815ad894a9338b82bf1
name age message
file COPYING Loading commit data...
file README
file Rakefile
file faster-xml-simple.gemspec
directory lib/
directory test/
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.