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
Instead of using Text::$data to store whether it might be a delimiter, create a new $isDelimiter property. This should speed up delimiter processing by ~10%.
This will be a breaking change. Also, update the docs accordingly.