freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Optimizing ft_adobe_glyph_list


From: Povilas Kanapickas
Subject: Re: [ft] Optimizing ft_adobe_glyph_list
Date: Fri, 12 Oct 2018 09:41:53 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 12/10/2018 09:26, Lawrence D'Oliveiro wrote:
> 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.

I was wondering the same. Maybe the fact that the table can now fit into
the L1 cache on most microarchitectures with some space to spare will
make the code much faster than before :-) Only benchmarks will show.

Regards,
Povilas






reply via email to

[Prev in Thread] Current Thread [Next in Thread]