innolitics / freesurfer

The official FreeSurfer repository maintained by LCN
Other
1 stars 2 forks source link

Derisk Intel's Python Distribution #1

Open yujanshrestha opened 6 years ago

yujanshrestha commented 6 years ago

Intel's python distribution has advantages of easier multithreading and improved performance. It is supposed to be a drop in replacement for the CPython interpreter. However this may have implications for any python to C++ bridging techniques we have.

Perform a risk analysis of the interpreter and identify key areas to pay close attention to maintain flexibility of choosing C Python vs Intel Python in the future.