I work on a project where I draw different 2D objects 10000 times on a qpixmap and then I set it on a label of my widget.
I noticed that there is a significant difference in drawing speed between windows(8.1) and linux(mint 17.1) in favor of latter.
Can someone explain why is my program slower when running in windows? Thank you.