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