I have two operations. The value of "x" is already set to some value. One of the operations is
Code:
x =  y
and the other is
Code:
x +=  y
Is one a tiny bit faster than the other? My guess is that the first one is faster, but I'm not certain. Is the speed exactly the same?