Optimization tips and guidelines for xml parsing on ios

the poss man

New Member
I am looking for optimization tips and guidelines for xml parsing on ios. I am using currently KissXML in one of my projects to parse messages in about 50 Hz. With this rate, i can see clearly that the high processing load to process the messages even with relatively short messages (about 10 elements). One of the optimization strategies is of course selecting the "right" parser. A detailed comparison between the available parsers for ios can be found here http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project.However, I am currently trying to investigate general guidelines and tips on how to optimize by payloads to increase the performance as possible. I hope that experts do have some say about this! Any individual or partial tips are very much appreciated.
 
Back
Top