By using this site, you agree to our Privacy Policy and our Terms of Use. Close
NJ5 said:
Just_Ben said:
Bad developer than. I alway programm thread heavy, it makes things so much easier if you do it right :o)

 


As I said, single core doesn't mean single thread. Whenever threads are desired you can still use them. But with multicore, there are some algorithms you just can't run as efficiently as if you had a single faster core, barring a big theoretical advancement in computer science. Check out "P-complete" (no, not NP-complete, P-complete) problems at wikipedia:

http://en.wikipedia.org/wiki/P-complete

 


 Sorry, misunderstood you a little here. But what problem can't I solve with multithreading? They are view. The problem of the PS3 is that you doesn't have a good thread sheduler like on PC.