Skip to content

add option for tracking glyph usage to improve performance

Thomas E. Dickey requested to merge dickey/libxft:mr-trackmemusage into master

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.

Merge request reports