dongbin / faster-xml-simple

This URL has Read+Write access

faster-xml-simple / README
100644 12 lines (6 sloc) 0.355 kb
1
2
3
4
5
6
7
8
9
10
11
12
 
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.