A trick that makes Python faster than C++
A trick that makes Python faster more than you can imagine... (more…)
Read more »
In posix multi thread program, the main thread will soon exit when doesn’t call pthread_join function at new started thread. Whether we must do like this?
No, we can let new started thread going on… Read more