Also, the xpp-based parser is almost an order of magnitude slower than
the sax-based one. The only thing it lacks is a couple of type hints:

(defn- attrs [^XmlPullParser xpp]

(defn- ns-decs [^XmlPullParser xpp]

  (let [step (fn [^XmlPullParser xpp]

These hints increase the performance from 400% slower to 30% faster
than sax.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to