blazing fast, memory inefficient prime checker using the sieve of eratosthenes
Go to file
Rebecca Doth 25c01f9534 fix help message 2023-11-24 15:32:17 +01:00
.gitignore use unsigned longs and reformat to 8-width indents 2023-11-10 15:24:48 +01:00
LICENSE add license 2023-01-02 04:22:32 +00:00
Makefile enable profiling on debug build and reformat makefile 2023-11-06 18:36:54 +01:00
README.md initial commit 2023-01-02 05:21:36 +01:00
args.c convert indentation to 8-width tabs 2023-11-24 15:02:43 +01:00
args.h convert indentation to 8-width tabs 2023-11-24 15:02:43 +01:00
common.c switch to clock_gettime for benchmarking 2023-11-24 14:57:36 +01:00
common.h switch to clock_gettime for benchmarking 2023-11-24 14:57:36 +01:00
eratosthenes.c switch to CLOCK_MONOTONIC_RAW 2023-11-24 15:26:59 +01:00
main.c fix help message 2023-11-24 15:32:17 +01:00
methods.h switch to clock_gettime for benchmarking 2023-11-24 14:57:36 +01:00