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

[viewer] Fix garbage collector stutter #171

Open
DCxDemo opened this issue May 7, 2023 · 1 comment
Open

[viewer] Fix garbage collector stutter #171

DCxDemo opened this issue May 7, 2023 · 1 comment
Labels
bug Refers to a certain tools bug or unintended framework behaviour. performance Unbearable loading times and such. research needed This issue cannot be fixed without further research.

Comments

@DCxDemo
Copy link
Collaborator

DCxDemo commented May 7, 2023

At some point after level loading there is a significant stutter likely caused by garbage collection.

@DCxDemo DCxDemo added the bug Refers to a certain tools bug or unintended framework behaviour. label May 7, 2023
@DCxDemo DCxDemo added this to General issues in Current tasks and goals via automation May 7, 2023
@DCxDemo
Copy link
Collaborator Author

DCxDemo commented May 7, 2023

A new AnimationKey was allocated for every interpolation call, changed to local assignment.

@DCxDemo DCxDemo added the research needed This issue cannot be fixed without further research. label May 7, 2023
@DCxDemo DCxDemo added the performance Unbearable loading times and such. label Aug 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Refers to a certain tools bug or unintended framework behaviour. performance Unbearable loading times and such. research needed This issue cannot be fixed without further research.
Projects
Current tasks and goals
  
General issues
Development

No branches or pull requests

1 participant