Array to Array comparison
Hi everyone.
I have one array of strings which is subset of second array. Arrays are large (usually from 10000 to 200000 members). What is the fastest way to create a third array which has all members of the second array but members of the first array. So, by adding first and third we should have the second.
Thank you
Pavel
|