datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

feat: limit line width for PlaintextDraft

Open jennifer-richards opened this issue 3 months ago • 0 comments

Long lines cause massive slowdowns parsing text drafts with the PlaintextDraft class - up to 1000x compared to shorter lines. This limits the width that is examined when parsing a draft to avoid this problem.

Removes an unused method that happens to use PlaintextDraft as well.

jennifer-richards avatar Oct 29 '24 15:10 jennifer-richards