Skip to content

map9959/quod-erat-osthenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Quod Erat Osthenes

Concurrent prime finder using POSIX threads made for fun. Not necessarily optimal. Only works on Linux due to the clock functions used.

Build instructions

Type make in the cloned folder. You're welcome!

Usage instructions

./qeo [primes] [threads]

primes is an integer >= 2 and <= MAX_PRIMES, set to 1000000 by default. Change at your own risk.

threads is an integer >= 2 and <= MAX_THREADS, set to 1000 by default

About

concurrent prime finder for fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published