4.06 is optimised version, sounds ok.sbgk wrote:mqncontrol 4.04 avx2 is version with non temporal copy in assembly using avx registers.
bit of a black art, this though.
exactly the same things which were affecting the player affect the sq through the control code eg alignment, instructions, no of loops etc.
see rewriter author now says that the effect will wear off after time so will need reapplying to the files. He's basing that on it being how the bits are stored magnetically on disk, so best approach is to do it while loading into ram.
I noticed that there is a difference/improvement if the ram is set to 0 before loading. Don't know if that points to anything.
4.07 is quite promising
4.07 uses non temporal streaming load and write
4.08 uses cpu cache
4.09 uses non temporal streaming write and cached read
seems 4.07 is better, might still be some optimising to do with it.