6 ms·
I tried using locals, and there was no change to the time. Using a boolean return value for isPrime shaved off two seconds.
by ryanmk 11y ago
I tried using locals, and there was no change to the time.
Using a boolean return value for isPrime shaved off two seconds.