Closed gabrieldelaparra closed 5 years ago
To shink lists that might be too big. Example: I use lots of Dictionary<int, List>. Lists will grow in duplicated sizes. I do not want this to happend. I want a way to keep memory growth low. Even if this brings performance overhead.
To shink lists that might be too big. Example: I use lots of Dictionary<int, List>. Lists will grow in duplicated sizes. I do not want this to happend. I want a way to keep memory growth low. Even if this brings performance overhead.