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

CSR performance optimizations #479

Open
3 tasks
NFSS10 opened this issue Feb 14, 2023 · 0 comments
Open
3 tasks

CSR performance optimizations #479

NFSS10 opened this issue Feb 14, 2023 · 0 comments
Labels
CSR enhancement New feature or request

Comments

@NFSS10
Copy link
Contributor

NFSS10 commented Feb 14, 2023

Rationale

There are some performance gains to be made in the CSR strategy, some of which quick wins others that can come from the addition of new features/settings or from a more calmly review of the code.

Description

Review and improve the CSR performance. This may be by, when possible and if applicable, using parallelization, reusing resources, avoiding unnecessary remote calls, avoiding unnecessary usage/loading of resources, etc.

  • Use compressed textures
  • Run initials renderer in parallel if possible
  • Check the possibility of using workers
    ... maybe more???
@NFSS10 NFSS10 added CSR enhancement New feature or request labels Feb 16, 2023
@NFSS10 NFSS10 changed the title Performance optimizations CSR performance optimizations Feb 16, 2023
@NFSS10 NFSS10 self-assigned this Feb 16, 2023
NFSS10 added a commit that referenced this issue Feb 22, 2023
#479 Support computation of initials config by adding `initialsConfig` method
This was referenced Feb 22, 2023
@NFSS10 NFSS10 removed their assignment Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSR enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant