B
Bernie Walker
I have been using arraylists for manipulating text data. I have been having
decent results for what I want to do untill I exceed somwhere around 500000
items in the arraylist. The text data is tabular in nature and I have been
sorting and combining the data. The memory required to process this becomes
an issue with larger sets of data. I am looking for suggestions on how to
handle millions of rows of data that is relatively quick and memory
efficient. I am relatively new to C# so simpler is better....
Thanks for your consideration,
Bernie.
decent results for what I want to do untill I exceed somwhere around 500000
items in the arraylist. The text data is tabular in nature and I have been
sorting and combining the data. The memory required to process this becomes
an issue with larger sets of data. I am looking for suggestions on how to
handle millions of rows of data that is relatively quick and memory
efficient. I am relatively new to C# so simpler is better....
Thanks for your consideration,
Bernie.