[android-developers] Re: SJXP 2.0 Released - Simple XML Parsing in Android

2011-03-10 Thread Riyad
Joseph, It is almost identical in performance metrics (CPU and memory) to bare XML pull parsing on Android. About 6 months ago I was looking at different parsing techniques, assuming that SAX was the fastest, but I actually found pull-parsing to be the fastest. Here are some STAX-spec compliant p

[android-developers] Re: SJXP 2.0 Released - Simple XML Parsing in Android

2011-03-10 Thread Joseph Earl
What's this like in terms of speed/memory compared to say a SaxParser ? On Mar 10, 10:02 pm, Riyad wrote: > Simple Java XML Parser (SJXP) 2.0 is released. > > SJXP is a very light weight (4 class) abstraction to XML Pull Parsing > on Android (and Java in general) that allows you to use XPath-like