python multi process/thread 好食resources,用library 做single thread single line 去攞Data 有時重快, ...
super_hkg 發表於 2018-11-29 09:53 
Python doesn't really have thread because of the famous GIL, multi process is achieved by forking (if on Linux), or through low level library, which is definitely not as flexible as pure Python |