Abdelrazak Younes wrote:
Andre Poenitz wrote:
Formerly we could access e.g.
inset.width() with two or three assembler instruction, not it is looking
up a value in a map containing a few hundred or thousand items, i.e.
something in the range of n x 100 instructions...
Only those insets that are in the coord cache are in the map. In any
case the inset position is retrieved anyway so its not like we use to
never access the map.
But I thought I should add that my goal is ultimately to have one cache
per math data. The same as we have now one cache per ParagraphMetrics
(even within insets).
Abdel.