Reputation: 69
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?
Upvotes: 1
Views: 472
Reputation: 5130
Either:
I would say from a simple reading TBXML seems worth checking out
Upvotes: 1