Custom build FreeType2 and HarfBuzz #291
Replies: 1 comment 4 replies
-
Just for the performance reason? Or do you have any other argument in mind? wrt performance, we have two main hot paths.
The actual workload is done in the TPU thread, where definitely is still room for improvement. When some numbers clearly show a difference between statically linked FT/HB vs a dynamically linked one, I am all in - as long as we can make it cmake compile-time configurable what is to be used, because distributors prefer to use system dependencies instead of static links, as this makes updating for CVEs and bugfixes much easier. |
Beta Was this translation helpful? Give feedback.
-
And link them statically. I think it will improve overall performance.
Beta Was this translation helpful? Give feedback.
All reactions