Possible ways of representing data in memory (.net)

Posted by This is it on Stack Overflow See other posts from Stack Overflow or by This is it
Published on 2010-12-23T07:34:11Z Indexed on 2010/12/23 7:53 UTC
Read the original article Hit count: 141

Filed under:
|

Hi

What are the possible ways of representing data in memory in .Net (or in general)?
It would be great if data could be sorted and looked up by key (or multiple keys). We are thinking to use collections, arrays, list of collections/arrays. One object would be in several collections (one sorted asc, other desc, etc.).

Maybe this is not a good idea, and we would like to hear some other possible solutions.

Thank you

© Stack Overflow or respective owner

Related posts about .NET

Related posts about data-structures