mirror of
https://github.com/Noratrieb/benchmarks.git
synced 2026-01-15 03:05:03 +01:00
12 lines
No EOL
285 B
Markdown
12 lines
No EOL
285 B
Markdown
# Primes
|
|
|
|
Find all primes from 0 to 10 000 000.
|
|
Printing time is not included.
|
|
|
|
There are probably some issues in the code since this result seems a bit *questionable*
|
|
|
|
| Language | Time |
|
|
| ---------| -------|
|
|
| Java | 1836ms |
|
|
| Javascript | 1778.2ms |
|
|
| Rust | 1818ms | |