dongbin / faster-xml-simple
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
linjian (author)
Wed Oct 08 22:55:16 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
COPYING | Thu Jun 19 01:48:18 -0700 2008 | |
| |
README | Wed Jun 25 01:30:32 -0700 2008 | |
| |
Rakefile | Thu Jun 19 01:48:18 -0700 2008 | |
| |
faster-xml-simple.gemspec | Wed Oct 08 22:55:16 -0700 2008 | |
| |
lib/ | Sat Sep 27 03:35:23 -0700 2008 | |
| |
test/ | Wed Jun 25 00:03:34 -0700 2008 |
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.
