<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Concurrency on Sebastian PE — Go, AI и инженерия</title>
    <link>https://triumphpc.github.io/blog/ru/tags/concurrency/</link>
    <description>Recent content in Concurrency on Sebastian PE — Go, AI и инженерия</description>
    <image>
      <title>Sebastian PE — Go, AI и инженерия</title>
      <url>https://triumphpc.github.io/blog/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://triumphpc.github.io/blog/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo</generator>
    <language>ru</language>
    <lastBuildDate>Thu, 18 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://triumphpc.github.io/blog/ru/tags/concurrency/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go Internals: sync.Mutex и sync/atomic — от data race до starvation mode</title>
      <link>https://triumphpc.github.io/blog/ru/posts/sync-mutex-atomic/</link>
      <pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://triumphpc.github.io/blog/ru/posts/sync-mutex-atomic/</guid>
      <description>Mutex и atomic — это не два независимых инструмента, а один стек абстракций. Я разбираю этот стек снизу вверх и обратно: почему counter++ — это три инструкции ARM64, как CAS стал универсальным примитивом (Herlihy, 1991), почему Mutex построен поверх atomic CAS, и как дискуссия Рассела Кокса о barging vs handoff (issue #13086) дала Go порог голодания в 1 миллисекунду. С публичными бенчмарками, битовой раскладкой состояния Mutex и шпаргалкой, что когда использовать.</description>
    </item>
  </channel>
</rss>
