High-performance XML: a practical guide

Note: this entry has moved.

Oleg mentions a must read document from the Patterns and Practices guys: Improving .NET Application Performance and Scalability. I'm glad I could contribute a couple ideas to the Improving XML Performance chapter.

When you read Compile Both Dynamic and Static XPath Expressions section, you'll know it's all about  dynamic XPath expressions compilation and its follower enhance XPath execution performance with XPathCache, both applied and available through the Mvp.Xml project, downloadable from from SourceForge.

Check out the Roadmap to high performance XML.

No Comments