Paper on Linux memory access techniques sought

Posted by James on Programmers See other posts from Programmers or by James
Published on 2012-04-05T01:55:06Z Indexed on 2012/04/05 5:42 UTC
Read the original article Hit count: 548

Filed under:
|

Over on stackoverflow someone posted a link to a paper written by a Linux kernel engineer about how to use computers and RAM. He started off by explaining how RAM works (right down to the flip-flops) and then went on to discuss performance problems associated with operations on matrices (column vs row accesses), offered solutions and then dealt with some stuff MMX instructions can do.

Sorry it's a bit vague but I can't find it anywhere. I think the guy had a Scandinavian name, possibly Anders

© Programmers or respective owner

Related posts about linux

Related posts about memory