On Thu, Jun 05, 2003 at 08:39:33AM +0200, Andre Poenitz wrote: > I've played around with it quite a bit, even with 'large' docs as the > UserGuide and have not found any loss in speed whatsoever.
Moving the cursor down a 45-high table is approximately 33% slower (8 seconds instead of 6 seconds). The profiles don't look very interesting though. (but see below) Resizing is indeed broken also. > Ok to commit? Nope ! :) Angus: it seems something really dumb is happening with the params2string stuff : 08124398 2930 1.1519 lyx.bak LyXTabular::Write(Buffer const*, ostream&) const That's literally just moving the cursor about the table. Are we constantly refilling a closed dialog ? Surely not ! This looks like a significant cause of table slowdown and is a mustfix if so. regards john