Skip to content

mastutoriales/primeNumbersMultithreadingCPPV2

Repository files navigation

Prime Numbers using Multithreading in C++ Version 2

Program for the search of prime numbers using Multithreading in C++

This program is an upgrade of https://github.com/mastutoriales/primeNumbersMultithreadingCPP, in this version the search is with multi threading, with this upgrade try to reduce the computing time using all the cores of the computer were the program is running. And the difference between this and the first version is that it does not store all the numbers that have been generated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages