dongbin / faster-xml-simple
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
532e495
linjian (author)
Sat Sep 27 03:35:23 -0700 2008
commit 532e4953d80a5224d2732df2a90a3256878e78a0
tree 8a7adb63e68c2083fce6559d6a59298209c03122
parent 976b41b3311b8ad50d31f815ad894a9338b82bf1
tree 8a7adb63e68c2083fce6559d6a59298209c03122
parent 976b41b3311b8ad50d31f815ad894a9338b82bf1
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.

