[2023-02-27] Performance Team #5775
kazcw
started this conversation in
Weekly Demo Day
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This week I've been working on text rendering (23% of Orders startup time). I've found we can reduce text rendering time by 70%:

Per-glyph improvements are implemented (#5725). I will finish the per-codepoint improvements on Tuesday (#5722).
After that, the big fish to fry is documentation parsing:

All reactions