https://bugs.documentfoundation.org/show_bug.cgi?id=165481

--- Comment #11 from satp...@gmail.com ---
Great work, Andrew. thanks for bisecting this bug.

so if I understand it, and forgive my extreme ignorance if I've got it wrong,
the rationale for commit 

https://git.libreoffice.org/core/+/b8720d1e1f0842d52f1830c48ef7551b1868ae6f

is "Column flags and widths are stored separately from ScColumn data, and so
don't depend on allocated columns count."

So I guess the commit allocates memory for column flags and widths up to the
max 16,384 columns per worksheet (rather than up to the last column with data)
even if there is no data in these columns. 

But my question is why would you bother with flag and width data if there's no
data in these columns? Seems a *lot* of memory allocation for no obvious
benefit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to