memory management
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
hey,
my program draws a large amounts of objects, clears the scene using clf,
and then again draws a large amount of objects.
the problem is, that clf doesn't seem to clear the memory of the first round, which causes the program to be very slow when it draws the second round of objects (i'ts the same amount as the first round, and yet it is much slower).
Do you know why this happens/ how it can be fixed?
thank you
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.