in reply to Array or Hash

Array or Hash which is faster ?
Why do you care?

One stores different data in a hash than in an array. They are both keyed data, but for an array, the key is a number (either used as a cardinal or an ordinal). For a hash, the key is a string.