I would like to understand, from the user point of view, the differences in multithreading programming models between Julia >= 1.3 and Python 3.
Is there one that is more efficient than the other (in the sense that rising the thread numbers reduces more the computational time) ? In which situations (e.g. one model may have an edge, but only on computational or memory intensive tasks) ?
一个比另一个更实用/提供更高级别的功能吗?
一个比另一个更灵活(例如,它可以应用于更广泛的案例集)?