GIL https://wiki.python.org/moin/GlobalInterpreterLock
5 threads:
python3 ./multithreading.py
Execution time with GIL: 20.465982913970947
Execution time without GIL: 4.411532878875732
10 threads:
python3 ./multithreading.py
Execution time with GIL: 43.809110164642334
Execution time without GIL: 6.819617748260498