Skip to content

Change EmojiTrie implementation to SuffixTree  #51148

@hannojg

Description

@hannojg

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions