Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 380 Bytes

FastXML

Summary

Experimental implementation of limited subset of Xml specification to provide better performance on simple cases

Status

Early state of development

Limitations

  • Each node can contains only child nodes, not inner text
  • Xml header is ignored
  • Comments are ignored

Performance

You can see current benchmark results inside Benchmarks directory