Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run processors on whole of text (#16155)
There is an inefficiency in the design of our processors which means that Emoji and other processors run in order n^2 time. This PR forces the processors to process the entirety of text node before passing back up. The fundamental inefficiency remains but it should be significantly ameliorated. Signed-off-by: Andrew Thornton <[email protected]>
- Loading branch information