Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.08 KB

iOS XMLPerformance

Benchmark results and more information in my blog post.

XML Parser performance on iOS. Based on code take from this blog post which in turn is based on Apple's XMLPerformance.

Support for RaptureXML, TinyXML2 was added as well as all XML parsing libraries have been updated to their latest versions.

ARC required. Some XML parsing libraries do not use ARC.

Instructions

  1. Clone this project
  2. git submodule init && git submodule update
  3. Build and run it

XML Parsers included

  • NSXMLParser
  • libxml2
  • TBXML
  • TouchXML
  • KissXML
  • TinyXML
  • GDataXML
  • RaptureXML
  • TinyXML2

Future Plans

  • Fully revamp this test, there is no need for downloading the file over the internet. Include few XML samples, both smaller and bigger