Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libXft
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • xorgxorg
  • lib
  • libXft
  • Merge requests
  • !11

add option for tracking glyph usage to improve performance

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Thomas E. Dickey requested to merge dickey/libxft:mr-trackmemusage into master Jul 06, 2022
  • Overview 0
  • Commits 12
  • Pipelines 1
  • Changes 12

When the trackmemusage property is set, track glyphs on a linked list so that when running out of memory, Xft can quickly discard the oldest rather than using a slow sequential search for a randomly chosen glyph.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mr-trackmemusage