Implementation Details
This section gives details on the implementation of particular spreadsheet functions in the generated computations.
LOOKUP,MATCH, andINDEX– TheLOOKUPfunction, and its foundationsMATCHandINDEX, are likely to be heavily used in Abacus’ financial applications. So they must be implemented efficiently both space- and runtime-wise. ...more