in reply to Re: Efficient selection mechanism?
in thread Efficient selection mechanism?
Hi, this is also the approach that I was thinking to suggest. Using a hash to store the selected array is the easiest way. I do nt know whether it will be the fastest, but it will certainly be fairly fast.