blog/posts/2012-07-12-what-use-should-know-about-memory.markdown
Sanchayan Maity 01d0d50249 Initial commit for blog migration to Hakyll
Never gave a damn about jekyll/ruby except to use it for github pages.
Now use Hakyll/Haskell and migrate from jekyll/ruby.
2017-02-14 02:00:46 +05:30

13 lines
565 B
Markdown

---
author: Sanchayan Maity
title: What you should know about memory
tags: memory
---
<p style='text-align: justify;'>I don't remember how I stumbled across the article to which I am going to provide
you the link, but, it's a damn good article written by Mr. Ulrich Drepper on the lwn site. Anyone wanting to know about memory and how you can optimize your code to use this memory, should read it. I still haven't finished reading it completely, but, on my way there.</p>
Here's the link below
[http://lwn.net/Articles/250967/](http://lwn.net/Articles/250967/)