Le 17/03/2023 à 16:34, Alessandro Molina a écrit :
How does PyArrow cope with multiprocessing.Manager?
I'm not sure anyone tried it. Also, I don't think multiprocessing.Manager was updated to use pickle v5 out-of-band buffers (which would help reduce copying), so I wouldn't expect very high performance.
Generally, I don't think multiprocessing.Manager is very much used these days. It also doesn't receive a lot of maintenance.