Helge Hafting a écrit :
[...]
I see that Helge Hafting has created bug 2287 for that so Helge, maybe
you could attach this patch to this bug? And maybe test if there is
any improvement with your use case?
This patch helps a lot, although there is one slow case left.
Very good. The remaining slowness might be related to the
vector::reserve done at the construction as pointed by Andre Poenitz.
Could you try to comment those lines out (lines 80 and 84 of
Paragraph.C) and see if things improve?
PliVector_.reserve(VECTOR_RESERVE);
Thanks for testing,
Abdel.