Why do parallel Python computing packages work less well on Windows than on Linux?
There are many packages that support parallel computation in Python, such as:
- pandas parallel computing package, pandarell
- pqdm, which shows a progress bar like tqdm but supports parallel computation,
- joblib
Most of these packages work well on Ubuntu, but often do not work smoothly on Windows.
What causes this problem?