I'm trying to convert my 3d model data from .dae to .gltf, and my teacher want me to make it faster, and advise me to try parallel processing.I found 2 ways to solve the problem, the multiprocessing module and the mpi4py module.I tried both of them and the time is similar,but I think the mpi4py should be better. My computer is Dell precision,8-core cpu. And I tried a 1.2G dataset. So what is the reason do you think? Should mpi4py be faster than multiprocessing?
or mpi4py can be faster in clusters?