RSSAmplifier

Steve Workman's Blog · Nov 11, 2011

Improving Javascript XML Node Finding Performance by 2000%

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

In my work, I'm parsing web services all of the time. Most of the time, they're XML, which does not make the best use of bandwidth/CPU time (compared to JSON), however, if it's all that you're given then you can certainly get by. I've been looking into ways to speed up the XML document traversal in with jQuery after the current best practice method was removed. The basic way to find certain nodes…

Read on steveworkman.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.

    Reading · Steve Workman's Blog · RSS Amplifier