You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
srawlins
added
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
P2
A bug or feature request we're likely to work on
labels
Feb 5, 2024
Some long markdown files may take several seconds to parse and process, e.g.:
https://raw.githubusercontent.com/Workiva/over_react/master/CHANGELOG.md
Using:
It also looks like the parsing time is not linear with the length of the document:
I expected a somewhat linear time to take a 2x document to parse, but apparently it is not that way. Let's explore if this can be improved.
The text was updated successfully, but these errors were encountered: