Skip to content

Files

This branch is 2 commits behind PlummersSoftwareLLC/Primes:drag-race.

solution_1

PHP solution by DennisdeBest

Optimizations by xeridea: No longer uses class methods for basic operations. Leaned the loop logic. Uses factor * factor. Enabled JIT, small improvement in docker, native it gives me about 30% boost.

Optimisations by sqonk: Changing SPLFixedArray to a simple string yields a nearly 2x performance increase.

Algorithm Faithfulness Parallelism Bit count