
Optical Character Recognition (OCR) and Machine Learning with Ahmad Anis - ML 086
Adventures in Machine Learning
00:00
Getting Better Performance With Multi Threading
When we're talking about using these more advanced concepts rather than just doing a list comprehension or for loop within your code and you want to get better performance, try to keep that in mind. CPU bound tasks, multi processing is going to work better for you. And then anytime you're using this sort of stuff, don't forget to read the docs. The underlying versions of the language and the libraries that implement this are language native information. Python 3 seven to three eight had a major change in multi processing and multi threading is a very large refactoring of the underlying code base for that changed how it behaves.
Transcript
Play full episode