You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# Optimized-Segmented-SIEVE
2
2
A simple yet very fast optimized version at bit-level of the Segmented Sieves Algorithm to find and count primes numbers up to 1_000_000_000 and more in theory in a few seconds.
3
3
4
+
### Description of the Project
5
+
6
+
Hello developers, this project aims to compute primes numbers in the fastest way possible !
7
+
4
8
## Test
5
9
(Version 1): Without logs, the program found 455052511 primes numbers between 2 to 10_000_000_000 in 30.887541 seconds with a 596 MB cache on an Intel i7.
0 commit comments