I read in a Tom's Hardware review that Hyper threading DECREAASED performanced when it was enabled, but performance was increased when it was turned off.... is this true???
My specs are below... Would it help any (framerate-wise) if I disabled hyper threading in my bios????
IIRC (for one thing) HT suffers from issues in memory managing threads; from what I remember, whilst it has multiple processing pipelines, the actual memory and memory access controller is shared so you have problems with deadlocking, etc, that wouldn't occur in a true MP system - akin to the prediction problems in any pipeline, except this time across multiple pipelines rather than stages.
What I remember is that HT requires programs to be optimised for it to have any performance gain (I don't know offhand if it's compiler or coding level optimisation), and that without optimisation you have those slowdown problems from unbalanced thread load; (i.e.) such as one of the threads waiting on a memory resource being released by the other thread.
I would suggest that, if you really want to try and improve performance, you simply spend an evening or so benchmarking its performance with HT on and off, for whatever programs you
think you could do with improving the performance of.