An open API service indexing awesome lists of open source software.

https://github.com/mcleber/parallel_sum

This code is a study on parallel programming.
https://github.com/mcleber/parallel_sum

cpp learning-cpp parallel-programming

Last synced: 4 months ago
JSON representation

This code is a study on parallel programming.

Awesome Lists containing this project

README

        

# Parallel-Sum

The program will create an array with 380 million integer elements ranging from 0 to 100. Then it will add the elements in a serial and parallel way.