StyledTextKit
StyledTextKit copied to clipboard
Additional caching
In previous impls we also implemented the following caching layers in addition to the current bitmap and size cache:
- Renderer caching. Saves the layout managers, and is commonly lighter weight than the bitmaps that came from them.
- Attributed string caching. Saves the result of the build steps into a global cache so we avoid re-building attributed strings all the time.
Yaaasss. All of it!