On 20 June 2017 at 12:13, Gary Weinhold <weinh...@dkl.com> wrote:

>
> But since the "*"s to indicate a wild card are at fixed locations in the
> table, a CLI should be better performance than TR or TRT.


And depending on the numbers of Structure and Array entries, and the number
of *'d elements, it may well make sense to perform the single-instruction
compare (CLC?) first, and look at the *s only if that compare fails. It's
pretty much impossible to choose the right algorithm in the absence of the
numbers of these various items.

Tony H.

Reply via email to