Lars Gullik Bjønnes wrote:
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
| > | > This seems to be making character insertion super slow.
| > | | In debug mode? If yes this is normal. Boost signal debug symbols
| > come
| > | to the party.
| > On linux debug mode (-g) does not make anything slower.
|
| Are you sure of that? STL safe iterators and Boost debug check
| certainly make things a lot slower on windows.
Yes '-g' does not change much. Also I compile without stdlib debug on.
Ah... then it should not be that slower then.
I am testing with -O2 now.
If it turns out that it is still too slow I'll send you for testing a
patch using direct calls instead of signal/slot connection.