Skip to content

Few experiments inspired by Coursera "Parallel programming" course

Notifications You must be signed in to change notification settings

svitovyda/old-good-prime-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old good prime numbers

Few experiments inspired by Coursera "Parallel programming" course

Just wanted to try some ideas of paralleling different algorithms using prime numbers search as example. Implemented different ideas, not always efficient, to play with correct paralleling and different collections.

PrimesListTillLimit - get all primes till the limit.

PrimeAtNPlaceRunner - get the N-th prime number.

Sieve - implementations of sieving (of mostly mutable collections) instead of checking each element by % operator

About

Few experiments inspired by Coursera "Parallel programming" course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages