Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Programming - Optimization?

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
4/30/2013 2:54:13 PMPLrankRafalpluk before revert after revert
4/30/2013 2:53:57 PMPLrankRafalpluk before revert after revert
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.