Re: How to process millions of strings?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Greg Young (greg.young_at_planetbeach.com)
Date: 06/17/04


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.
>
>



Relevant Pages

  • Re: formatting floats in a table
    ... I would prefer setting a renderer for each column, ... a list of Behaviors. ... This is how i have gotten sorting to work correctly ... formatter.formatwill return a String. ...
    (comp.lang.java.help)
  • Re: OT: What a dunce!----PING Kurt
    ... Finally got around to looking a little deeper and now I am not so ... Most of the treaties seem to be built around sorting out the ...
    (alt.vacation.las-vegas)
  • Re: Can someone please tell me how I can sort ascend in Powerpoint
    ... > Hi Russel, ... > As far as I know powerpoint doesn't have any built in sorting ... > could try duplicating the column, sorting it and having the unsorted ...
    (microsoft.public.powerpoint)
  • Re: Gridview Control
    ... I know definitely that the top 2 are the built in Paging and Sorting. ... This control looks quite similar to the DataGrid in many ways. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Building your own string sorting method
    ... has a built in method for sorting an array, ... A simple example would be a natural order comparison ("a20" sorting ... You'll have to bear with me as I have just started learning Ruby and both examples seem a bit over my head as of yet. ...
    (comp.lang.ruby)