rgomezc
About
- Username
- rgomezc
- Joined
- Visits
- 0
- Last Active
- -
- Roles
- member
- Badges
- 0
- Posts
- 4
Reactions
Comments
-
Quote: Originally Posted by aplnub Do you think the next instruction set from Intel on the upcoming chips will fix this if Apple takes advantage of this? I guess the reason for this lack of speedup it's what has been said before: speed is limi…
-
I remember seeing somewhere (Mythbusters maybe??) some tests about how fast can you spin a CD before it would destroy itself. Unfortunately I don't remember the number, to be honest, but it was clear that you get to a point where the CD will just br…
-
Hi melgross, Yeah, I understand. Even in that case, there is a part of the process that can't be parallelized, the cd-ripping. I only use Max to rip and convert my songs, and even if I can specify 4 threads for the conversion process, it usually …
-
Well, I know from my own experience that it's not just magically add threads to your program and voila! you have a multithreaded app. There are things that scale linearly with the number of cores that you have, and a lot of other things that do not.…