Making CPython faster
Making CPython faster
Posted Jun 3, 2021 4:05 UTC (Thu) by jf (guest, #152547)In reply to: Making CPython faster by pallas
Parent article: Making CPython faster
Isn’t that paper more about the scaling of clusters of multiple computers / separate processes? Shared-memory multithreading on simple parallel problems tends to give very linear scaling since there isn’t much communication overhead.
