Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

natnat-mc/cprimes

Repository files navigation

CPrimes

A prime calculator, in C.

Its goals

  • None, really
  • Have a variable amount of threads running at the same time (not yet)
  • Eventually run with CUDA

Its problems

  • It indexes files with int instead of off_t for now, so it's (maybe) limited to 2G
  • It uses POSIX functions, so it needs POSIX compatibility (but honestly, you should be ok unless you run Windows)
  • It reads and writes files prime by prime, which is slow

About

A C program that calculates primes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published