Re: LyX slowness (3): graphics in selection

2009-03-26 Thread Abdelrazak Younes
Georg Baum wrote: Vincent van Ravesteijn wrote: For the statistics: With 2 graphics, there are 60 calls to FileName::==(), With 20 graphics, there are 570 calls to FileName::==(), With 60, graphics, there are 1760 calls to FileName::==(), which is at least 10560 file accesses... When delet

Re: LyX slowness (3): graphics in selection

2009-03-25 Thread Georg Baum
Vincent van Ravesteijn wrote: > For the statistics: > > With 2 graphics, there are 60 calls to FileName::==(), > With 20 graphics, there are 570 calls to FileName::==(), > With 60, graphics, there are 1760 calls to FileName::==(), which is at > least 10560 file accesses... > > When deleting the

Re: LyX slowness (3): graphics in selection

2009-03-25 Thread rgheck
Vincent van Ravesteijn wrote: rgheck schreef: Vincent van Ravesteijn - TNW wrote: Hi All, I made a document with 60 graphics in it, I selected all, and if I then click somewhere to remove the selection, LyX treats me to one whole minut to quickly brew some coffee.. Again, it has to do with f

Re: LyX slowness (3): graphics in selection

2009-03-24 Thread Vincent van Ravesteijn
rgheck schreef: Vincent van Ravesteijn - TNW wrote: Hi All, I made a document with 60 graphics in it, I selected all, and if I then click somewhere to remove the selection, LyX treats me to one whole minut to quickly brew some coffee.. Again, it has to do with file access as the same for a g

RE: LyX slowness (3): graphics in selection

2009-03-24 Thread Vincent van Ravesteijn - TNW
>> Again, it has to do with file access as the same for a graphic on a >> local drive does not show this delay. > >Is this with Georg's patch, or without it? > >rh Without, as I don't have the svn-build with me now. Georg's patch mainly adapted the theBufferlist::getBuffer function(), and tha

Re: LyX slowness (3): graphics in selection

2009-03-24 Thread rgheck
Vincent van Ravesteijn - TNW wrote: Hi All, I made a document with 60 graphics in it, I selected all, and if I then click somewhere to remove the selection, LyX treats me to one whole minut to quickly brew some coffee.. Again, it has to do with file access as the same for a graphic on a lo