Date: prev next · Thread: first prev next last
2020 Archives by date, by thread · List index


On Thursday 23 of April 2020, Stephen Fanning wrote:
As for the processing itself, I remain unclear about how Calc allocates
tasks to threads. Can we give the user any general advice on how he could
structure his spreadsheet to gain the maximum performance benefits from the
availability of multiple cores? Or maybe there are ways to organise a
spreadsheet that will frustrate Calc's attempts to multi-thread, which we
ought to advise against?

 Technically threads are generally used only for formula groups, which are a 
sufficient number of adjacent cells in a column that use the same formula 
(and get different results because of relative cell addressing). In UI terms, 
write e.g. "=A1*2" to B1, grab the bottom-right corner of the cell and extend 
down. But it's implementated this way because that's usually how large 
spreadsheets are created. So I think it's a needless complication to be 
specific about this.

-- 
 Luboš Luňák
 l.lunak@collabora.com

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.