Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Good news for Windows and Mac users, this bug is now
Abdelrazak> fixed: http://bugzilla.lyx.org/show_bug.cgi?id=2900
Abdelrazak> Jean-Marc, I think you can backport to 1.4 the ascent()
Abdelrazak> and descent() part of the patch. I am quite confident that
Abdelrazak> this alone will solve most speed problem in 1.4 also.
I would be very interested, but I will need a windows user to do that
for me, since I cannot really test.
?? You can do the implementation and some Windows user will test for
you, Joost or Enrico for example.
I don't have anymore qt3 nor any 1.4 tree...
Anyway caching ascent and descent
looks like a good idea.
Abdelrazak> The only drawback is that it requires about 20Mo
Abdelrazak> extra-memory when loading the UserGuide. If it turns out
Abdelrazak> to be too much, we can switch to a QHash based solution
Abdelrazak> instead of a table.
What about using short ints instead of ints?
Indeed, that should halve the additional memory... I'll try that.
Abdel.