satriahrh / ftie-python3

Implementation of File to Image Encryption
GNU General Public License v3.0
4 stars 0 forks source link

Implement Parallel Computing #20

Open satriahrh opened 6 years ago

satriahrh commented 6 years ago

Enable dynamic core's number every running.

Read following material(s):

satriahrh commented 6 years ago

Parallel computing using mpi4py does not seem promising. We are going to use Python's standard library for multiprocessing.