Easy multithreaded is_prime number validator in C++ -- 2
Budget: $30 – $250 USD
Hi, I am new to C++ and want to create a multithreaded algorithm as a proof of concept to check if a set of random numbers is prime or not. I am attempting to covert an existing is prime function to a lambda expression, using future and promise. The goal is to see a speedup in execution time from the single threaded to the multiple threaded approach.