Final Comments
How you traverse a transmittal and what Iterator options you use is an important factor on the speed that you will be able to achieve in your code.
Strive for touching each SEDRIS objects at most once during traversal. Be conscious of what the API may need to do to satisfy your requests.
Use SE+ to simplify and streamline your SEDRIS code.
Sharing, Object IDs, ITR, and Stores can be used to efficiently traverse a transmittal, reduce STF file sizes, reduce access times, and reduce memory requirements.
Be wary of random access to transmittal data, like Hierarchical Tables.