-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
For this issue ticket we have implemented a very efficient/fast suffix tree implementation:
PR:
It was discussed that we want to use the implementation of the SuffixTree for the emoji search as well:
This enables:
- more efficient search in emojis
- faster construction of the emoji tree (we should compare the construction time before and after the change.)
- searching for any substring of an emoji name (not just perfect name matches)
Reactions are currently unavailable