Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize text drawing in the UI #4

Open
akapkotel opened this issue Nov 5, 2023 · 0 comments
Open

Optimize text drawing in the UI #4

akapkotel opened this issue Nov 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@akapkotel
Copy link
Owner

Examining game with pyprofiller showed, that text-drawing calls from arcade library consumes huge amount of time: 21 seconds out of total code execution time 114 seconds!

So, draw_text call is a bottleneck.

draw_text

@akapkotel akapkotel added the enhancement New feature or request label Nov 5, 2023
@akapkotel akapkotel added this to the Performance! milestone Nov 5, 2023
@akapkotel akapkotel self-assigned this Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant