benchmarks/primes
2021-06-07 15:21:32 +02:00
..
java/src java primes 2021-06-06 20:07:12 +02:00
javascript never underestimate a jit 2021-06-06 21:08:22 +02:00
python lmao python 2021-06-06 21:23:40 +02:00
rust fixed rust bug - used usize instead of u32 2021-06-07 15:14:09 +02:00
README.md result is now good 2021-06-07 15:21:32 +02:00

Primes

Find all primes from 0 to 10 000 000.
Printing time is not included.

Language Time
Java 1836ms
Javascript 1778ms
Rust 577ms
python3 34361ms