Even though GPUI is a really fast UI framework you can still get slowdowns. I’ve written this guide to help out when that happens. We’ll discuss:
- What performance actually means for our users.
- How async in GPUI is uniquely difficult.
- How to analyze performance issues.
- Ways to address common performance issues.
- Measures to improve performance across all.
As I work on Zed this guide is primarily aimed at its contributors. While the examples are Zed specific the principles apply to anyone using GPUI!
[Read More]