Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

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

share|improve this question

1 Answer

up vote 3 down vote accepted

I believe you're looking for Ulrich Drepper's What Every Programmer Should Know About Memory.. 114 pages of highly technical goodness.

share|improve this answer
You da man!!!!! – James Apr 5 '12 at 2:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.