/parallel-computing

Python Multiprocessing and C++ OMP Examples

Primary LanguagePython

README

This repository contains multiprocessing related projects.

The following languages and libraries are used:

  • Python multiprocessing and concurrent.futures
  • C++ OpenMP

Python Examples

Directory Description
concurrent1 Example using Python concurrent.futures ProcessPool.
multiprocessing1 Example using Python multiprocessor module.

C++ Examples