I wrote a post on SO that seems to have been migrated to Code Review without my request or authorization:
Naive C++ Matrix Multiplication 100 times slower than BLAS?
Is there anyway to determine as the posts author who migrated it (or who voted it to be migrated)?
I don't really care, it got answered - but there was contention over whether it belonged on SO or CR as you can see in the comments - so I'm just curious as to what happened?
Can one moderator just make a unilateral decision and action a migration? Or were there multiple votes involved?

As long as the code is complete, and compiles, it fulfills that requirement.Questions about complete and compilable code may also fufill SO requirements. The point is that it is an objective question about the code and not a request for a subjective review of it. And only one non-mod person voted otherwise... – Lightness Races in Orbit Jan 30 at 3:44Can anyone explain this difference? What exactly is the architecture of the BLAS implementation? I see it is calling fortran, but what is happening at the CPU level? What algorithm is it using? How is it using the CPU caches? What x86-64 machine instructions does it call? (Is it using advanced CPU features like AVX?) Where does it get this extra speed from?– Lightness Races in Orbit Jan 30 at 3:49