Changed threadedPP to use only the number of threads the same as the number of processors (as any extra are just extra overhead to synchronize and manage, calculation can't be done any faster than one thread per core). /* TODO perhaps use fork/join rather than splitting the work evenly to further improve performance... */
b54d53fJames McMahon176mo ago