Re: Optimization thought, concurrent importing of slides

2020-10-19 Thread Luboš Luňák
On Monday 19 of October 2020, Mike Kaganski wrote: > Hi, > > On 19.10.2020 6:32, 方振华(601661) wrote: > > Our two competitors MS Office/WPS do not have the problem of scaling. > > Opening a document with 100 slides makes little percetible difference > > from opening a PPT of one single slide. We take

Re: Optimization thought, concurrent importing of slides

2020-10-19 Thread Noel Grandin
The trick is to make sure that the relevant chunk of import code is thread-safe, which can be quite hard. I strongly suspect that the reason that MS-Office is fast, is that it only parses the pages on demand, instead of all at once. On 2020/10/19 1:16 pm, Mike Kaganski wrote: Hi, On 19.10.2

Re: Optimization thought, concurrent importing of slides

2020-10-19 Thread Mike Kaganski
Hi, On 19.10.2020 6:32, 方振华(601661) wrote: Our two competitors MS Office/WPS do not have the problem of scaling. Opening a document with 100 slides makes little percetible difference from opening a PPT of one single slide. We take a look at the code, and we think, maybe, instead of importing t