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
`util` already provides the regex we need for all placeholders, and we're doing extra work parsing for the explicit union of all of them. In documents with ~30000 placeholders, I get a ~5x speedup with this change.
0 commit comments