Performance issues with Tex objects #4321
Unanswered
Elaine2048
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Sorry, but I don't understand what you mean here... |
Beta Was this translation helpful? Give feedback.
1 reply
-
I guess for any developer trying to reproduce this behavior it would be very helpful if you added the code as correctly formatted text for github, not only as screenshots. Also it might be helpful (as shown in the template) if you specified the version of Python and the version of Manim that you are using, as well as possibly your operating system. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The created Tex object is difficult to be recycled by GC, resulting in a surge in memory usage in complex logic.
I tried the Text object, which can be completely recycled, but the Tex object is almost completely unrecyclable.
Has anyone dealt with this issue?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions