<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/atom+xml" href="https://feeds.transistor.fm/computer-architecture" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Computer Architecture Crashcasts</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/computer-architecture</itunes:new-feed-url>
    <description>Welcome to Crashcasts, the podcast for tech enthusiasts!

Whether you're a seasoned engineer or just starting out, this podcast will teach something to you about Computer Architecture .

Join host Sheila and Victor as they dive deep into essential topics.

Each episode is presented with gradually increasing in complexity to cover everything from basic concepts to advanced edge cases.

Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. With a focus on various technologies and best practices, you'll gain the confidence. Subscribe now and transform your learning experience into something amazing!

For more podcasts, please visit &lt;a href="https://crsh.link/casts"&gt;crsh.link/casts&lt;/a&gt;
For blog posts of these podcasts, please visit &lt;a href="https://crsh.link/reads"&gt;crsh.link/reads&lt;/a&gt;
For daily news, please visit &lt;a href="https://crsh.link/news"&gt;crsh.link/news&lt;/a&gt;</description>
    <copyright>crashcasts.com</copyright>
    <podcast:guid>febfda24-bde0-5e9c-a855-901521f6e86c</podcast:guid>
    <podcast:locked owner="dev@crashcasts.com">no</podcast:locked>
    <podcast:funding url="https://patreon.com/crashcasts">Support this podcast on Patreon</podcast:funding>
    <language>en</language>
    <pubDate>Fri, 03 Oct 2025 15:57:01 +0200</pubDate>
    <lastBuildDate>Wed, 03 Dec 2025 05:43:18 +0100</lastBuildDate>
    <link>https://crsh.link/computer-architecture</link>
    <image>
      <url>https://img.transistor.fm/1QqD8u1kgSjR6isApmDs9rlGkCg-7dJsz1elxqmwlA8/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8yMjUw/MTVkNTU2ODI3ZTM1/NDJlMjI5ODEwY2I5/ZGJjMS5wbmc.jpg</url>
      <title>Computer Architecture Crashcasts</title>
      <link>https://crsh.link/computer-architecture</link>
    </image>
    <itunes:category text="Technology"/>
    <itunes:category text="Education"/>
    <itunes:type>episodic</itunes:type>
    <itunes:author>crashcasts.com</itunes:author>
    <itunes:image href="https://img.transistor.fm/1QqD8u1kgSjR6isApmDs9rlGkCg-7dJsz1elxqmwlA8/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8yMjUw/MTVkNTU2ODI3ZTM1/NDJlMjI5ODEwY2I5/ZGJjMS5wbmc.jpg"/>
    <itunes:summary>Welcome to Crashcasts, the podcast for tech enthusiasts!

Whether you're a seasoned engineer or just starting out, this podcast will teach something to you about Computer Architecture .

Join host Sheila and Victor as they dive deep into essential topics.

Each episode is presented with gradually increasing in complexity to cover everything from basic concepts to advanced edge cases.

Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. With a focus on various technologies and best practices, you'll gain the confidence. Subscribe now and transform your learning experience into something amazing!

For more podcasts, please visit &lt;a href="https://crsh.link/casts"&gt;crsh.link/casts&lt;/a&gt;
For blog posts of these podcasts, please visit &lt;a href="https://crsh.link/reads"&gt;crsh.link/reads&lt;/a&gt;
For daily news, please visit &lt;a href="https://crsh.link/news"&gt;crsh.link/news&lt;/a&gt;</itunes:summary>
    <itunes:subtitle>Welcome to Crashcasts, the podcast for tech enthusiasts.</itunes:subtitle>
    <itunes:keywords>crashcasts, crashcast, technology, learning, education, computer-architecture, computer architecture</itunes:keywords>
    <itunes:owner>
      <itunes:name>crashcasts.com</itunes:name>
      <itunes:email>dev@crashcasts.com</itunes:email>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>Supercharging Computing: Understanding SIMD (Single Instruction, Multiple Data)</title>
      <itunes:title>Supercharging Computing: Understanding SIMD (Single Instruction, Multiple Data)</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">90d7e2e7-4cab-4434-9a3a-1ec0c84f718d</guid>
      <link>https://computer-architecture.crashcasts.com/episodes/supercharging-computing-understanding-simd-single-instruction-multiple-data</link>
      <description>
        <![CDATA[<p>Dive into the world of parallel computing with SIMD (Single Instruction, Multiple Data) and discover how it's revolutionizing processing speed in modern computers.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The evolution of SIMD: From vector supercomputers to your desktop</li>
<li>SIMD in action: How a single instruction processes multiple data points simultaneously</li>
<li>Real-world implementations: MMX, SSE, and AVX explained</li>
<li>Challenges and comparisons: SIMD vs. other parallel processing technologies</li>
</ul>

<p>Tune in for expert insights, practical tips, and even a fun fact about SIMD's role in gaming console development!</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://blog.crashcasts.com/supercharging-computing-understanding-simd-single-instruction-multiple-data/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Dive into the world of parallel computing with SIMD (Single Instruction, Multiple Data) and discover how it's revolutionizing processing speed in modern computers.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The evolution of SIMD: From vector supercomputers to your desktop</li>
<li>SIMD in action: How a single instruction processes multiple data points simultaneously</li>
<li>Real-world implementations: MMX, SSE, and AVX explained</li>
<li>Challenges and comparisons: SIMD vs. other parallel processing technologies</li>
</ul>

<p>Tune in for expert insights, practical tips, and even a fun fact about SIMD's role in gaming console development!</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://blog.crashcasts.com/supercharging-computing-understanding-simd-single-instruction-multiple-data/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sun, 01 Sep 2024 00:06:48 +0200</pubDate>
      <author>crashcasts.com</author>
      <enclosure url="https://media.transistor.fm/a2bcd1e7/0780495d.mp3" length="5295350" type="audio/mpeg"/>
      <itunes:author>crashcasts.com</itunes:author>
      <itunes:duration>662</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Dive into the world of parallel computing with SIMD (Single Instruction, Multiple Data) and discover how it's revolutionizing processing speed in modern computers.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The evolution of SIMD: From vector supercomputers to your desktop</li>
<li>SIMD in action: How a single instruction processes multiple data points simultaneously</li>
<li>Real-world implementations: MMX, SSE, and AVX explained</li>
<li>Challenges and comparisons: SIMD vs. other parallel processing technologies</li>
</ul>

<p>Tune in for expert insights, practical tips, and even a fun fact about SIMD's role in gaming console development!</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://blog.crashcasts.com/supercharging-computing-understanding-simd-single-instruction-multiple-data/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>crashcasts, crashcast, technology, learning, education, computer-architecture, computer architecture</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
    <item>
      <title>Exploring Cache Coherence: Its Critical Role in Multi-Core System Performance</title>
      <itunes:title>Exploring Cache Coherence: Its Critical Role in Multi-Core System Performance</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">e7f1ba2f-0d24-44cf-8ca1-dae3b3e09679</guid>
      <link>https://computer-architecture.crashcasts.com/episodes/exploring-cache-coherence-its-critical-role-in-multi-core-system-performance</link>
      <description>
        <![CDATA[<p>Dive into the complex world of cache coherence and its critical role in multi-core system performance with host Sheila and expert Victor.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The fundamentals of cache coherence and why it's crucial in multi-core systems</li>
<li>Cache coherence protocols like MSI, MESI, and MOESI, and how they maintain consistency</li>
<li>Real-world implementations and challenges, including the intriguing "cache ping-pong" phenomenon</li>
<li>Best practices and tips for working with cache coherence in your own systems</li>
</ul>

<p>Tune in for an in-depth exploration of this crucial concept in modern computing systems, complete with analogies, examples, and even a quiz!</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/exploring-cache-coherence-its-critical-role-in-multi-core-system-performance/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Dive into the complex world of cache coherence and its critical role in multi-core system performance with host Sheila and expert Victor.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The fundamentals of cache coherence and why it's crucial in multi-core systems</li>
<li>Cache coherence protocols like MSI, MESI, and MOESI, and how they maintain consistency</li>
<li>Real-world implementations and challenges, including the intriguing "cache ping-pong" phenomenon</li>
<li>Best practices and tips for working with cache coherence in your own systems</li>
</ul>

<p>Tune in for an in-depth exploration of this crucial concept in modern computing systems, complete with analogies, examples, and even a quiz!</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/exploring-cache-coherence-its-critical-role-in-multi-core-system-performance/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 31 Aug 2024 22:17:40 +0200</pubDate>
      <author>crashcasts.com</author>
      <enclosure url="https://media.transistor.fm/22709e5a/b0a47e95.mp3" length="5251465" type="audio/mpeg"/>
      <itunes:author>crashcasts.com</itunes:author>
      <itunes:duration>657</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Dive into the complex world of cache coherence and its critical role in multi-core system performance with host Sheila and expert Victor.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The fundamentals of cache coherence and why it's crucial in multi-core systems</li>
<li>Cache coherence protocols like MSI, MESI, and MOESI, and how they maintain consistency</li>
<li>Real-world implementations and challenges, including the intriguing "cache ping-pong" phenomenon</li>
<li>Best practices and tips for working with cache coherence in your own systems</li>
</ul>

<p>Tune in for an in-depth exploration of this crucial concept in modern computing systems, complete with analogies, examples, and even a quiz!</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/exploring-cache-coherence-its-critical-role-in-multi-core-system-performance/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>crashcasts, crashcast, technology, learning, education, computer-architecture, computer architecture</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
