Skip to content

armichaud/multithreaded_prime_searcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multithreaded_prime_searcher

I'm still getting comfortable with Rust, so I wanted an opportunity to practice working with multi-threading.

I have an M2 (6 performance and 4 efficiency cores). I found that the thread number had a variable influence on program perfomance. The optimal number of threads to find all primes below 10,000,000 was 2. For 100,000,000, it was 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages