freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] "Inside the fastest font renderer in the world"


From: Nikolaus Waxweiler
Subject: Re: [ft-devel] "Inside the fastest font renderer in the world"
Date: Fri, 5 Aug 2016 01:03:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

Conceptually, are we into parallelizing Freetype rendering engine? As
I alluded earlier this can be happily delegated to text layout
engines.

Not sure where that sentiment is coming from. Raph's concept is about increasing the efficiency of the (parsing and) rendering process, how is that something outside the scope of FreeType? The article talks about using less space-efficient data structures so that SIMD instructions can burn through the data more quickly (and maybe in parallel because no single date depends on another) and with next to no branch misprediction. You can still parallelize stuff inside text layout engines for even more efficiency.



reply via email to

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