fast-primes

Calculate prime numbers with Cython


Keywords
prime
License
Other
Install
pip install fast-primes==0.0.1

Documentation

PyPrime

Calculate prime use bitmap with Cython

Usage:

python3 setup.py build_ext --inplace
python3 try.py