C# - Fast and simple multi dimensional data structures?
- by Jeremy Rudd
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.