<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Quartz 4</title>
      <link>https://kusoroadeolu.github.io/personal-blog</link>
      <description>Last 10 notes on Quartz 4</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Generational Priority Queues</title>
    <link>https://kusoroadeolu.github.io/personal-blog/concurrency/Generational-Priority-Queues</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/concurrency/Generational-Priority-Queues</guid>
    <description><![CDATA[ Turning a Concurrent FIFO Queue Into a Bounded Priority Queue A while back, I decided to take on the task of building a bounded concurrent priority queue. ]]></description>
    <pubDate>Fri, 24 Jul 2026 09:08:02 GMT</pubDate>
  </item><item>
    <title>index</title>
    <link>https://kusoroadeolu.github.io/personal-blog/</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/</guid>
    <description><![CDATA[ My Blog Welcome to my personal blog/knowledge base. This contains everything I will write from full articles to rough sketches. ]]></description>
    <pubDate>Fri, 24 Jul 2026 08:25:53 GMT</pubDate>
  </item><item>
    <title>Elimination Backoff Stack</title>
    <link>https://kusoroadeolu.github.io/personal-blog/concurrency/Elimination-Backoff-Stack</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/concurrency/Elimination-Backoff-Stack</guid>
    <description><![CDATA[ Elimination Backoff Stack Contention Concurrency is hard. Making concurrent data structures performant is even harder. ]]></description>
    <pubDate>Fri, 24 Jul 2026 08:18:04 GMT</pubDate>
  </item><item>
    <title>Lock Free Isn&#039;t Always Faster</title>
    <link>https://kusoroadeolu.github.io/personal-blog/concurrency/Lock-Free-Isn't-Always-Faster</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/concurrency/Lock-Free-Isn't-Always-Faster</guid>
    <description><![CDATA[ Lock Free Isn’t always faster There’s a popular misconception that locks are slow. ]]></description>
    <pubDate>Fri, 24 Jul 2026 08:18:04 GMT</pubDate>
  </item><item>
    <title>MVCC Optimization</title>
    <link>https://kusoroadeolu.github.io/personal-blog/transactional-map/MVCC-Optimization</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/transactional-map/MVCC-Optimization</guid>
    <description><![CDATA[ Introduction Date Written: Friday, February 13, 2026. ]]></description>
    <pubDate>Fri, 24 Jul 2026 08:18:04 GMT</pubDate>
  </item><item>
    <title>Transactional Map WriteUp</title>
    <link>https://kusoroadeolu.github.io/personal-blog/transactional-map/Transactional-Map-WriteUp</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/transactional-map/Transactional-Map-WriteUp</guid>
    <description><![CDATA[ Transactional Maps Date Written: Thursday, February 26, 2026. ]]></description>
    <pubDate>Fri, 24 Jul 2026 08:18:04 GMT</pubDate>
  </item><item>
    <title>VarHandle Memory Modes</title>
    <link>https://kusoroadeolu.github.io/personal-blog/concurrency/VarHandle-Memory-Modes</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/concurrency/VarHandle-Memory-Modes</guid>
    <description><![CDATA[ C4 A term used to coin four C’s when it comes to memory ordering in concurrent based systems. ]]></description>
    <pubDate>Fri, 10 Jul 2026 15:45:53 GMT</pubDate>
  </item><item>
    <title>Cache Coherence</title>
    <link>https://kusoroadeolu.github.io/personal-blog/concurrency/Cache-Coherence</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/concurrency/Cache-Coherence</guid>
    <description><![CDATA[ Coherence To understand cache coherence, we need to first define what coherence is, a simple real world scenario before delving into cache coherence What is Coherence Coherence can be defined as being logically consistent. ]]></description>
    <pubDate>Wed, 29 Apr 2026 18:09:48 GMT</pubDate>
  </item><item>
    <title>Transactional Map Implementations</title>
    <link>https://kusoroadeolu.github.io/personal-blog/transactional-map/Transactional-Map-Implementations</link>
    <guid>https://kusoroadeolu.github.io/personal-blog/transactional-map/Transactional-Map-Implementations</guid>
    <description><![CDATA[ A Practical Exploration of Transactional Map Implementations in Java Date Written: Monday, March 16, 2026. ]]></description>
    <pubDate>Thu, 23 Apr 2026 23:52:19 GMT</pubDate>
  </item>
    </channel>
  </rss>