AFC - Abacus Formula Compiler for Java

Implementation Details

This section gives details on the implementation of particular spreadsheet functions in the generated computations.

  • LOOKUP, MATCH, and INDEX – The LOOKUP function, and its foundations MATCH and INDEX, are likely to be heavily used in Abacus’ financial applications. So they must be implemented efficiently both space- and runtime-wise. ...more