<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Parallelism on Compile My Mind</title>
		<link>https://www.compilemymind.com/tags/parallelism/</link>
		<description>Recent content in Parallelism on Compile My Mind</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Thu, 20 Aug 2026 15:12:50 +0300</lastBuildDate>
		
			<atom:link href="https://www.compilemymind.com/tags/parallelism/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Concurrency vs Parallelism: What Is the Difference?</title>
				<link>https://www.compilemymind.com/posts/concurrency-vs-parallelism/</link>
				<pubDate>Thu, 20 Aug 2026 15:12:50 +0300</pubDate>
				<guid>https://www.compilemymind.com/posts/concurrency-vs-parallelism/</guid>
				<description>&lt;p&gt;A service feels slow, so the team gives it more workers.&lt;/p&gt;&#xA;&lt;p&gt;The request queue becomes shorter, but CPU usage stays almost unchanged. Someone adds even more workers. Now memory consumption rises, logs arrive in a confusing order, and the slowest requests are slower than before.&lt;/p&gt;&#xA;&lt;p&gt;The mistake was not using too few workers. It was treating two different ideas as if they promised the same result.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Concurrency is about allowing multiple tasks to make progress during the same period. Parallelism is about executing multiple tasks at the same instant.&lt;/strong&gt;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
