Re: [Simple-support] Performance on Android
Brought to you by:
niallg
|
From: bubbleguuum <bub...@fr...> - 2011-12-02 09:06:55
|
On 02/12/2011 09:29, Niall Gallagher wrote: > > First time you parse something the class schemas are created. So its > slower, next time round its much faster. Slow annotations are the > union annotations. > > Sent from Yahoo!7 Mail on Android > > Thanks for your response Niall. I'm asking because another app parsing identical XML than my app does the parsing 3x faster. I believe it uses the XML pull parser directly and cuts corners with namespace processing (this particular XML is namespace heavy). |