Skip to content

streams: cache file position within AutoFile

Fixes #30833 (closed).

Instead of relying on frequent ftell calls (which appear to cause a significant slowdown on some systems) in XOR-enabled AutoFiles, cache the file position within AutoFile itself.

Merge request reports

Loading