Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Ruqola Ruqola
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • NetworkNetwork
  • RuqolaRuqola
  • Merge requests
  • !103

Optimize EmoticonListViewBase

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Milian Wolff requested to merge work/faster_emoji_listview into master Dec 16, 2022
  • Overview 3
  • Commits 2
  • Pipelines 5
  • Changes 3

Set a uniform item size and use the font metric height as row size. This is much faster than figuring out the height of the potentially hundreds of entries in the emoji model one by one. Especially when using filtering the impact was very large previously. Now, filtering is blazingly fast.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/faster_emoji_listview