Hi,

This question is about speeding up things when performing repetitive calculations such as drawing on a widget.

Will it be faster if the local variables are allocated statically rather than on the heap ?
What about QStrings : since their size can vary, is there any point to declaring them as 'static' ?

I tried both and can't see much difference, but I can't measure it precisely either

Thanks for any insight in these matters