<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>memory-management on Developer&#39;s blog</title>
    <link>/tags/memory-management/</link>
    <description>Recent content in memory-management on Developer&#39;s blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 17 Jan 2022 05:00:00 +0000</lastBuildDate><atom:link href="/tags/memory-management/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How Much Access to RAM Costs</title>
      <link>/posts/how-much-access-to-ram-costs/</link>
      <pubDate>Mon, 17 Jan 2022 05:00:00 +0000</pubDate>
      
      <guid>/posts/how-much-access-to-ram-costs/</guid>
      <description>&lt;p&gt;Every computer program uses the main memory (RAM) to store data. RAM is considered to be fast
storage compared even to the fastest NVMe SSD or 100Gbit network. It seems that the RAM speed is
high enough and that is why no optimizations are required: just read or write any memory cell when
the program needs it.&lt;/p&gt;
&lt;p&gt;From the famous article
&lt;a href=&#34;https://people.freebsd.org/~lstewart/articles/cpumemory.pdf&#34;&gt;What Every Programmer Should Know About Memory&lt;/a&gt;,
I&amp;rsquo;d found that memory access is more tricky than I used to think about.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
