Tuesday, July 10, 2007

Rene talks about multithreading and multiple cpu's

Rene's talk is about how to use python with multiple cpu's. He has written a paper about it. The core libraries you use for game programming are already threaded. He has written a library to manage threads in games. The core idiom is "map", which in the context of threads becomes tmap.

No comments: