I am developing an application where I use NSXMLParser to parse an XML file. At the moment this takes 8 seconds. But my requirement is to do the parsing within 5 seconds. How can I improve the performance of my parser?
I am developing an application where I use NSXMLParser to parse an XML file.
Share
Either:
Benchmarks on XML processors
I would say from a simple reading TBXML seems worth checking out