Searching map area
Lookup table
? TBD
Array that replaces runtime computation with a simpler array indexing operation
Ratings
0
Nobody has rated this yet. Be the first!
Lists
0

In computer science, a lookup table (LUT) is an array that replaces runtime computation of a mathematical function with a simpler array indexing operation, in a process termed as direct addressing. The savings in processing time can be significant, because retrieving a value from memory is often faster than carrying out an "expensive"...

Different from