Skip to content

Commit 8125a70

Browse files
authored
Update README.md
1 parent 3cc9565 commit 8125a70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Optimized-Segmented-SIEVE
22
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.
33

4+
### Description of the Project
5+
6+
Hello developers, this project aims to compute primes numbers in the fastest way possible !
7+
48
## Test
59
(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.
610

0 commit comments

Comments
 (0)