Performance (LINQ to XML)
This section provides information about performance in LINQ to XML, specifically the performance of functional construction and queries.
In This Section
- Performance of Chained Queries (LINQ to XML)
Provides performance information about chained LINQ to XML queries.
- Atomized XName and XNamespace Objects (LINQ to XML)
Provides performance information about the atomization of XName and XNamespace objects.
- Pre-Atomization of XName Objects (LINQ to XML)
Describes a technique to pre-atomize XName and XNamespace objects. This can significantly improve performance in some scenarios.
- Statically Compiled Queries (LINQ to XML)
Provides performance information about statically compiled queries, in contrast to the parsing and processing that must be done by an XPath expression evaluator.