Re: How to process millions of strings?
From: Greg Young (greg.young_at_planetbeach.com)
Date: 06/17/04
- Next message: Richard: "Trace & Config Files???"
- Previous message: Niki Estner: "Re: Compare objects"
- In reply to: Bernie Walker: "How to process millions of strings?"
- Next in thread: Brian Gideon: "RE: How to process millions of strings?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Jun 2004 12:25:50 -0500
Take a look at datasets/datatables/dataviews ... although they might be a
bit heavier they have alot of the behaviors you want built in i.e. sorting
etc ... You can also do things like aggregate functions on them.
Cheers,
Greg
"Bernie Walker" <bwalker@buffalo.com> wrote in message
news:Ohjdm2HVEHA.1048@tk2msftngp13.phx.gbl...
> 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.
>
>
- Next message: Richard: "Trace & Config Files???"
- Previous message: Niki Estner: "Re: Compare objects"
- In reply to: Bernie Walker: "How to process millions of strings?"
- Next in thread: Brian Gideon: "RE: How to process millions of strings?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|