I wrote a software that will be processing audio (data), taking in 32-bit data, internally processing at 64-bit. Reading/Writing to harddrive and ram usage will be low, so the CPU will easily be the bottleneck
Even though the process is single-threaded (does not make use of my other CPU cores) I can run multiple instances on my computer at once to bring CPU usage to 100%. Isn't that just as good as a multi-threaded software?
What consumer-priced CPU is good if you're running data processing programs with CPU usage at 100% for days at a time (with brief breaks)?
Even though the process is single-threaded (does not make use of my other CPU cores) I can run multiple instances on my computer at once to bring CPU usage to 100%. Isn't that just as good as a multi-threaded software?
What consumer-priced CPU is good if you're running data processing programs with CPU usage at 100% for days at a time (with brief breaks)?