table lookup

views updated

table lookup (TLU) A fast method of transforming one set of data values into another. The target data are stored in the form of a table. In order to perform the transformation, a source datum is used to index into or search the table of target data. The resulting target datum is the result of the table lookup. See also hashing.