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

Performance hit with numerous class initializations (1.0) #547

Closed
DamienM419 opened this issue Sep 17, 2024 · 0 comments · Fixed by #548
Closed

Performance hit with numerous class initializations (1.0) #547

DamienM419 opened this issue Sep 17, 2024 · 0 comments · Fixed by #548
Assignees
Labels
bug Something isn't working Runtime

Comments

@DamienM419
Copy link
Contributor

During a performance pass of develop branch for 1.0, I noticed that creating the instances and setting up classes was taking a lot of time and in most cases it took more time than the actual CQL execution.

image

Turning these into static would alleviate the setup time for the classes and improve execution time.

Note: Please assign this bug to me as I already have it fixed and add the label that this is for 1.0, not 2.0.

@baseTwo baseTwo linked a pull request Sep 25, 2024 that will close this issue
@baseTwo baseTwo assigned baseTwo and DamienM419 and unassigned baseTwo Sep 25, 2024
@baseTwo baseTwo added bug Something isn't working Runtime labels Sep 25, 2024
@baseTwo baseTwo changed the title Performance hit with numerous class initializations Performance hit with numerous class initializations (1.0) Sep 25, 2024
@baseTwo baseTwo added this to the 2024 Q3 (September WGM) milestone Sep 25, 2024
@baseTwo baseTwo closed this as completed Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment