0b387e767e
Calculation engine was resolving every function by first resolving its arguments including IFs, this was causing significant over evaluation when IFs were used as it meant for every case to be evaluated. Introduce elements to identify ifs and enable better branch resolution (pruning). We tag parsed tokens to associate a branch identifier to them. Closes #844 |
||
---|---|---|
.. | ||
PhpSpreadsheetTests | ||
data | ||
bootstrap.php |