ASCII pair reader that decodes UTF-8 bytes one line-aligned window at a time, instead of allocating a full-file decoded string (peak memory ≈ input bytes plus one window).
Non-UTF-8 code pages still go through acdbMakeAsciiDxfPairReader after a full TextDecoder pass.
TextDecoder
ASCII pair reader that decodes UTF-8 bytes one line-aligned window at a time, instead of allocating a full-file decoded string (peak memory ≈ input bytes plus one window).
Non-UTF-8 code pages still go through acdbMakeAsciiDxfPairReader after a full
TextDecoderpass.