Help with saving or adding more than 4000 words to a List<T> in .NET
Posted
by Jepe d Hepe
on Stack Overflow
See other posts from Stack Overflow
or by Jepe d Hepe
Published on 2010-03-11T01:29:30Z
Indexed on
2010/03/28
21:53 UTC
Read the original article
Hit count: 291
I need help with my application where i save a bunch of words like more than 4000 words or more in a List<[class name]>.
My problem is, as the number of words increases, the process in saving it in the list seems to go slower and the application uses a lot more of memory.
Can you give me an advise or alternative to do this without affecting the speed of the process?
© Stack Overflow or respective owner