You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/emoji
zeripath 5ff807acde
Run processors on whole of text (#16155) (#16185)
Backport #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 <art27@cantab.net>
4 years ago
..
emoji.go Run processors on whole of text (#16155) (#16185) 4 years ago
emoji_data.go Update emoji dataset with skin tone variants (#11678) 5 years ago
emoji_test.go Fix several render issues (#14986) 4 years ago