Optimize strategies for xml parsing?

Posted by Future2020 on Programmers See other posts from Programmers or by Future2020
Published on 2012-06-13T10:12:03Z Indexed on 2012/06/13 10:47 UTC
Read the original article Hit count: 342

Filed under:
|
|
|

I am looking for general optimization tips and guidelines for xml parsing.

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.

This question is similar to (a question I have posted in the context of ios) but I have not got a sufficient answer. So this question is not in the context of any particular programming language.

© Programmers or respective owner

Related posts about java

Related posts about objective-c