Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 351 Bytes

File metadata and controls

8 lines (6 loc) · 351 Bytes

Multi-core processors

Multi-core processors are present in every computer nowadays. Here are two set of examples you can run without introduce new hardware. The first ones are written in C/C++ using OpenMP. The second one uses the Python's multiprocessing library.

  1. OpenMP
  2. Python Multiprocessing