Double check LL test faster than first run test
Why is a double check LL test about twice as fast than a first run LL test?
As far as I understood LL testing the number of iterations has to be the same for both kinds of LL tests. Is it because a first run LL test does some intermediate error detecting, which a double check leaves out? What else could it be to make a double check faster then a first run check?
|