J
J
justslipknot2018-03-25 01:12:53
.NET
justslipknot, 2018-03-25 01:12:53

How to optimize the storage of a large number of objects?

There is a program that deserializes an Xml array into objects of a certain type (Purely for example, the Human type with fields name, age, city, etc.) of type and displays them in a ListView. The bottom line is that without loading even a quarter of the objects that will have to be used in the program, and having a very simple interface, in fact, the ListBox itself and nothing else, it takes 20 MB of RAM. I would like to know what are the ways to make this process less resource-intensive. And the more detailed the better. Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Arxont, 2018-03-25
@justslipknot

Virtualization https://metanit.com/sharp/wpf/14.5.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question