Java Factorial Benchmark - Timings (in seconds)

N! where N = 8000
ParallelPrimeSwing 0,3
ParallelPrimeSplit 0,1
PrimeSwing 0,0

Java Factorial Benchmark - Ranking (relative to 'PrimeSwing')

N! where N = 8000
ParallelPrimeSwing 5,3
ParallelPrimeSplit 2,3
PrimeSwing 1,0
Timing: Red = first, blue = second.
Ranking: The smaller the value the better.
Values p <= 1 (red) indicate excellent performance,
values p <= 2 (blue) indicate good performance.