CustomTextLayout/CustomTextRenderer performance tweaks #1074

Closed
opened 2026-01-30 22:15:51 +00:00 by claunia · 1 comment
Owner

Originally created by @miniksa on GitHub (May 14, 2019).

I cribbed most of the CustomTextLayout and CustomTextRenderer code from samples. One of these samples was written by @fwdr in the first place. He dropped by on email and said that there are a lot of things that could be done in this space to optimize the performance and workload for the Terminal specifically.

So this represents his e-mail based commitment to come back around to this and show us the right way to do it.

Originally created by @miniksa on GitHub (May 14, 2019). I cribbed most of the `CustomTextLayout` and `CustomTextRenderer` code from samples. One of these samples was written by @fwdr in the first place. He dropped by on email and said that there are a lot of things that could be done in this space to optimize the performance and workload for the Terminal specifically. So this represents his e-mail based commitment to come back around to this and show us the right way to do it.
Author
Owner

@zadjii-msft commented on GitHub (Nov 22, 2021):

We're pretty sure we did this with a series of enhancements to the Dx Engine over the course of 2020 & 2021. Also, the new atlas renderer seems like it totally obsoletes the need for this one 😄

@zadjii-msft commented on GitHub (Nov 22, 2021): We're pretty sure we did this with a series of enhancements to the Dx Engine over the course of 2020 & 2021. Also, the new atlas renderer seems like it totally obsoletes the need for this one 😄
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1074