I'm testing a function that loops about 10000 times and performs more or less complicated math operations.
It turns out that when all variables are sinlge it takes longer than if they are double.
Does that make any sense? I thought the more bits in a variable, the longer it would take to handle it.
It turns out that when all variables are sinlge it takes longer than if they are double.
Does that make any sense? I thought the more bits in a variable, the longer it would take to handle it.