Skip to content

Latest commit

 

History

History

03-multi-core-processors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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