<?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>Lock-Free on Bits, Trades &amp; Systems</title>
    <link>https://blog.turboawesome.win/tags/lock-free/</link>
    <description>Recent content in Lock-Free on Bits, Trades &amp; Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 22 May 2013 13:39:00 +0000</lastBuildDate>
    <atom:link href="https://blog.turboawesome.win/tags/lock-free/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Comparing ArrayBlockingQueue to the Disruptor: Numbers Don&#39;t Lie</title>
      <link>https://blog.turboawesome.win/2013/05/comparing-arrayblockingqueue-to-the-disruptor-numbers-dont-lie/</link>
      <pubDate>Wed, 22 May 2013 13:39:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2013/05/comparing-arrayblockingqueue-to-the-disruptor-numbers-dont-lie/</guid>
      <description>A direct benchmark comparison between Java&amp;#39;s ArrayBlockingQueue and the LMAX Disruptor at various producer/consumer configurations. What the numbers show and why.</description>
    </item>
    <item>
      <title>The LMAX Disruptor: How a Ring Buffer Changed My Mental Model of Queues</title>
      <link>https://blog.turboawesome.win/2013/02/the-lmax-disruptor-how-a-ring-buffer-changed-my-mental-model-of-queues/</link>
      <pubDate>Thu, 28 Feb 2013 09:55:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2013/02/the-lmax-disruptor-how-a-ring-buffer-changed-my-mental-model-of-queues/</guid>
      <description>The Disruptor pattern replaced our internal queue infrastructure and cut p99 latency in half. Here&amp;#39;s the mental model shift required to understand why it works.</description>
    </item>
    <item>
      <title>Introduction to Lock-Free Programming in Java</title>
      <link>https://blog.turboawesome.win/2013/01/introduction-to-lock-free-programming-in-java/</link>
      <pubDate>Thu, 17 Jan 2013 10:55:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2013/01/introduction-to-lock-free-programming-in-java/</guid>
      <description>Lock-free programming replaces mutex-based synchronisation with atomic CPU instructions. The performance gains are real; the correctness requirements are unforgiving.</description>
    </item>
  </channel>
</rss>
