Speed of NSScanner vs NSXMLParser?
Posted
by Chris
on Stack Overflow
See other posts from Stack Overflow
or by Chris
Published on 2010-06-16T20:39:51Z
Indexed on
2010/06/16
20:42 UTC
Read the original article
Hit count: 280
I have an iPhone App that reads in an XML file, then pulls out the necessary data by looping through an NSScanner. The XML is not particularly long.
I am wondering if it would be worth the work to implement NSXMLParser in place of using NSScanner, if I will see any real improvement in speed?
© Stack Overflow or respective owner