Skip to content
  • George Nachman's avatar
    Add a fast path for drawing ASCII text. This disables ligatures for... · 16756c26
    George Nachman authored
    Add a fast path for drawing ASCII text. This disables ligatures for alphabetic, numeric, and space characters when using a font with ligatures (or for all ASCII characters when the font does not support ligatures), and uses a much faster drawing algorithm for them. It demonstrates a 33% speedup for vimdiff output on my iMac.
    16756c26