|
|
|
|
|
by mvncleaninst
1061 days ago
|
|
> Problems that can be easily parallelized already work fine with multiprocessing! Yeah, except afaik you pay more in context switches, sharing is more cumbersome. Also language runtime of a single process is likely working with less information, you end up using more memory on multiple language runtime instances Frankly I'd just use Java or Go at that point and not even bother |
|