Skip to content

st7789: avoid heap allocations after the driver is created #545

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

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented Apr 13, 2023

Heap allocations can result in significant and unpredictable slowdowns. For example, they can take over 10ms on the Gopher Badge, which results in visible tearing (when tearing is otherwise avoided).

Heap allocations can result in significant and unpredictable slowdowns.
For example, they can take over 10ms on the Gopher Badge, which results
in visible tearing (when tearing is otherwise avoided).
@conejoninja conejoninja merged commit 5c06b82 into dev Apr 14, 2023
@conejoninja conejoninja deleted the st7789-avoid-heap branch April 14, 2023 06:34
@conejoninja
Copy link
Member

Nice! thanks again!

@conejoninja conejoninja restored the st7789-avoid-heap branch April 14, 2023 06:35
@deadprogram deadprogram deleted the st7789-avoid-heap branch May 23, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants