I've got a little problem getting an array sorted, and I'm not sure what the best method is. Basically I've got an array with a bunch of keys like: Code: array (size ...
Long story short, i'm trying to optimize a situation where I need to iterate through an array of about 3000 items and check to see if they are in another array of up to 3000 items.<BR><BR>Obviously, ...