On my system I have a List<object>
, while using the system I'm adding items in it until I get to a certain point where the system starts to slow down. My system may add up to forty thousand items in this list, I have never gotten to that point because it crashes before.
What could be done in this situation?
Note: I would not like to have to use a DB