@freemo what prompted this? π π
@Wetrix Multithreading in python doesnt allow you to utilize multiple cores, you must use multiprocessing. But with multiprocessing you cant just share python objects among processes you have to just pass the raw data along. Which can be an expensive operation to construct and descrunt objects and often times you dont have enough control over an objects internals to do it at all.
@freemo hmm. I hate to ask because I don't know, are u talking about in a Linux distro?