11 lines
188 B
Markdown
11 lines
188 B
Markdown
|
# Prime Sieve
|
||
|
|
||
|
Prime sieve using bitfields
|
||
|
|
||
|
'make' for fast benchmark output
|
||
|
|
||
|
'make debug' for debugOut
|
||
|
|
||
|
If program does not finish in appropriate time adjust n_per_clock in src/sieve.c
|
||
|
|