C# - Fast and simple multi dimensional data structures?
Posted
by Jeremy Rudd
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Rudd
Published on 2010-05-27T20:49:23Z
Indexed on
2010/05/27
20:51 UTC
Read the original article
Hit count: 195
I need to store multi-dimensional data consisting of numbers in a manner thats easy to work with. I'm capturing data in real time, and once processed I would destroy and GC older data. This data structure must be fast so it won't hit my overall app performance. The faster the better.
What are my choices in terms of platform supported data structures? I'm using VS 2010. and .NET 4.
© Stack Overflow or respective owner