]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2010/06/01-what-every-programmer-should-know-about-memory.rst
Make https:// compatible
[personal/website.git] / source / blog / posts / 2010 / 06 / 01-what-every-programmer-should-know-about-memory.rst
1 Title: What every programmer should know about memory
2 Tags: en, memory, book, programming, ulrich drepper, cache, vm
3
4 This LWN__ large article__ looks like a very interesting read (specially for
5 people like me that have a very vague idea about modern memory systems):
6
7    `Ulrich Drepper`__ recently approached us asking if we would be interested in
8    publishing a lengthy document he had written on how memory and software
9    interact. We did not have to look at the text for long to realize that it
10    would be of interest to many LWN readers. Memory usage is often the
11    determining factor in how software performs, but good information on how to
12    avoid memory bottlenecks is hard to find. This series of articles should
13    change that situation.
14
15    The original document prints out at over 100 pages. We will be splitting it
16    into about seven segments, each run 1-2 weeks after its predecessor. Once the
17    entire series is out, Ulrich will be releasing the full text.
18
19 __ http://lwn.net/
20 __ https://lwn.net/Articles/250967/
21 __ http://people.redhat.com/drepper/
22
23 The `full paper`__ in PDF format is also available.
24
25 __ http://people.redhat.com/drepper/cpumemory.pdf
26
27 .. vim: set et sw=3 sts=3 :