in reply to Re: Re: Re: Quickest method for matching
in thread Quickest method for matching

Of course this makes a great deal of difference.

If you have more data to search for than data to search through, don't use the method I suggested.

Given the narrow scope of your problem, there are probably a lot of optimizations you could make.

If you don't expect to be doing this kind of search often, you might be better off just brute forcing it than trying to optimize it too much.

Good Luck!

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Re: Re: Re: Quickest method for matching