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

fix: improve performance of modifying block shape #6884

Merged
merged 1 commit into from
Mar 13, 2023

Conversation

BeksOmega
Copy link
Collaborator

@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 google: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