- Joined
- May 11, 2012
- Messages
- 2,103
What performs faster; Boolean or Integer?
Or do they both change equally fast?
For those that don't understand:
Set Bool = true
Set Bool = false
Set Int = 1
Set Int = 0
is boolean slower than integer or?
Or do they both change equally fast?
For those that don't understand:
Set Bool = true
Set Bool = false
Set Int = 1
Set Int = 0
is boolean slower than integer or?