Skip to content

fix: improve performance of modifying block shape#6884

Merged
BeksOmega merged 1 commit intoRaspberryPiFoundation:developfrom
BeksOmega:fix/block-mod-performance
Mar 13, 2023
Merged

fix: improve performance of modifying block shape#6884
BeksOmega merged 1 commit intoRaspberryPiFoundation:developfrom
BeksOmega:fix/block-mod-performance

Conversation

@BeksOmega
Copy link
Contributor

@BeksOmega BeksOmega commented Mar 6, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Fixes #6786

Proposed Changes

Changes remaining calls to render that can be changed to renderQueue to renderQueue. (in conjunction with #6860 )

Reason for Changes

Performance!

Test Coverage

N/A

Documentation

N/A

Additional Information

N/A

@BeksOmega BeksOmega requested a review from a team as a code owner March 6, 2023 17:44
@BeksOmega BeksOmega requested a review from NeilFraser March 6, 2023 17:44
@github-actions github-actions bot added the PR: fix Fixes a bug label Mar 6, 2023
@github-actions github-actions bot added PR: fix Fixes a bug and removed PR: fix Fixes a bug labels Mar 13, 2023
@BeksOmega BeksOmega merged commit 9236b4e into RaspberryPiFoundation:develop Mar 13, 2023
@BeksOmega BeksOmega deleted the fix/block-mod-performance branch May 3, 2023 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: fix Fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor rendering to use a queue

3 participants