the fastest would shurely be an Array of Arrays (aka 2-dimensional Array). you could also create a Hash of Arrays or an Array of Hashes, depending on how you want to manipulate the data.
1. what do you actualy want? what type on manipulation or processing will be done to the data?
2. what does your input data look like?