LOL_Wut_Axel
Diamond Member
- Mar 26, 2011
- 4,310
- 8
- 81
Umn the claim that Photoshop is heavily (if we already make a distinction between mildly and something else that's heavily?) multi-threaded should bear an extremely, extremely large asterisk. And Visual Studio? Same thing.
![]()
![]()
There are several quite important things in both of them that are basically completely single threaded (check out some of the quite computation heavy filters and see how many threads PS uses) and it's quite unlikely this will change in the near future. So that makes them pretty good examples of programs where single threaded performance is still important in some situations? Well who would've thought that.
See above. In Photoshop many filters are multi-threaded. The most intense almost always are.
it's multithreaded for the most time consuming task: compiling, when building big projects (hundreds of source files) it makes a tremendous difference
This.