gabrieldelaparra / SPARQLforHumans

(Q54871) (Q3428776) for (Q5) - SPARQL Queries for Humans is my M.Sc. C.S. Thesis project.
Apache License 2.0
1 stars 2 forks source link

Create a Shrink method for Dictionaries with Lists #83

Closed gabrieldelaparra closed 5 years ago

gabrieldelaparra commented 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.