...
- Reading a single top-level container node with no descendants has constant time (as expected).
- Reading a single top-level container node with all descendants has linear time (as expected).
- Raw performance of reading with all descendants is roughly 100,000 fragments per second.
Commentary
This is the fastest operation in CPS, in terms of fragments per second. This is not surprising, as a simple read should be the fastest operation.
Reading data nodes for multiple xpaths
...