Steve
Member since Jul 16, 2013
- Profile: /members/11064-steve.htm
- Comments: 1
Recent Blog Comments By Steve
-
XML Building / Parsing / Traversing Speed In ColdFusion
Posted on Jul 16, 2013 at 3:05 PM
The performance difference with XmlChildren and named pseudo-arrays is surprising. I have an xml feed that has grown from 100kb to 8mb over the years. It's become time consuming to run it and I figured XmlParse was the bottleneck. Turns out that arrays were the problem. Switching to XmlChildren impr... read more »