PhpSpreadsheet/tests
Fräntz Miccoli 0b387e767e
Branch pruning around IF function calls to avoid resolution of every branches
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
2019-08-11 18:23:47 -07:00
..
PhpSpreadsheetTests Branch pruning around IF function calls to avoid resolution of every branches 2019-08-11 18:23:47 -07:00
data Branch pruning around IF function calls to avoid resolution of every branches 2019-08-11 18:23:47 -07:00
bootstrap.php Simplify bootstrap for tests 2017-01-23 15:05:41 +09:00