Quote:
I'm trying to squeeze every last bit of performance out of the compressors because I intend to use them for many more things in the future.
Have you made sure that you are not running through extra / unneeded loop iterations, ala the previous multiband?
What about the segments of code I posted the other day, which are what you posted on the Intel forum around 3 months ago?
Have you taken any time to look into what Process Explorer and Process Monitor can do for you?
^ Those tools don't just have the potential to help me with my older system, but they can help you for all systems, even current systems. They dig deeper than Task Manager, and can see some things that debuggers cannot, because they are written by Microsoft employees, and those employees have access to both disclosed and undisclosed kernel / API information, including the HAL (Hardware Abstraction Layer).