/primes

Finds prime numbers from the given sequence using mypyc and process-based parallelism.

Primary LanguagePython

This repository is experimental, based on this discussion on Reddit. It is a simple attempt to test Python and mypyc on a basic function that finds prime numbers within a given range.

Run and test:

make dev-install
make run

Output

...
21:48:21,307 INFO: Last prime 199999 | Took 905 ms