Quote:
Originally Posted by .Dare Devil.
I tested it.
changed the task(0.1
to task(0.01
and that task was lot a faster.
Then i tryed 0.001, this was faster than 0.01
and then 0.00001 that was same.
|
I doubt that you can even see the difference of directly calling it and set_task(0.1...
And no it wasn't faster. The compiler automatically converts it to 0.1 if the number is lower.