[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Optimizing ft_adobe_glyph_list
From: |
Lawrence D'Oliveiro |
Subject: |
Re: [ft] Optimizing ft_adobe_glyph_list |
Date: |
Fri, 12 Oct 2018 19:26:59 +1300 |
On Fri, 12 Oct 2018 09:12:25 +0300, Povilas Kanapickas wrote:
> All of the above increase the complexity and size of the retrieval
> function.
For what it’s worth, on modern cache-intensive architectures, you can
often get a net speedup by writing more complex code that does fewer
memory accesses.