Post edit history
Programming - Optimization?
Before | After | ||
---|---|---|---|
1 | Well, pooling only works if you create at most as much new objects as were recently disposed. Which seems to not be the case, either because more and more tables are created or because the GC actually fails to find the disposable ones. | 1 | Well, pooling only works if you create at most as much new objects as were recently disposed. Which seems to not be the case, either because more and more tables are created or because the GC actually fails to find and collect the disposable ones. |