RPython (Restricted Python) is a restricted subset of the Python programming language.
2
votes
0answers
35 views
R-Python sieve, 36 times slower than World Record
I decided to write a sieving prime-finding programme and make it fast.
It works correctly but counting the primes below 10**9 takes 36 times as ...