I've thought about this for a bit and when you're using a for loop and you for some reason have to loop through a number like:
100000000000000000000000000000000000000000000. ( idk why you would have to, but bear with me ) that takes ages with a for loop.
now i thought about maybe splitting it up in some threads to all add up to the same variable, what would you do?