https://issues.apache.org/bugzilla/show_bug.cgi?id=48195
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Josh Micich <[email protected]> 2009-11-13 13:52:15 UTC --- Applied in svn r835994 junit added This is a major performance improvement for spreadsheets that contain formulas with many (possibly nested) IF() functions. In terms of cpu/time optimisation, this enhancement is probably second only to the formula result caching solution (from bug 45376). In that bug the actual formulas of the example appear to be well suited to "short-circuit-if" optimisation, but result caching provided biggest gains (for that example and in general). This enhancement was also previously requested in bug 45508, but the underlying issue there was a bug in OFFSET(), not performance. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
