ODS load perf: accelerate CompileXML for formula by stringify and compare.
For long columns of repeated formula, it is far faster to convert a formula to a string and compare to see if the next cell in a column matches, than it is to parse the formula string itself (sad but true). This saves 29s of 131s of load time for my (admittedly large) ODS file. Re-instate commit - with pCode now correctly intialized. Change-Id: Ib25840e7916c3e1c681c8100678770b7ab7222ab
Showing
Please
register
or
sign in
to comment