Skip to content

Compute the first n prime numbers via trial division. Memoization and multiple threads are used to reduce the running time.

Notifications You must be signed in to change notification settings

bagnalla/primethreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

primethreads

Compute the first n prime numbers via trial division. Memoization and multiple threads are used to reduce the running time.

About

Compute the first n prime numbers via trial division. Memoization and multiple threads are used to reduce the running time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages