<?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>Cpu on Bits, Trades &amp; Systems</title>
    <link>https://blog.turboawesome.win/tags/cpu/</link>
    <description>Recent content in Cpu on Bits, Trades &amp; Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 17 Aug 2022 10:03:00 +0000</lastBuildDate>
    <atom:link href="https://blog.turboawesome.win/tags/cpu/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Memory Layout in Go: Structs, Alignment, and Cache Performance</title>
      <link>https://blog.turboawesome.win/2022/08/memory-layout-in-go-structs-alignment-and-cache-performance/</link>
      <pubDate>Wed, 17 Aug 2022 10:03:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2022/08/memory-layout-in-go-structs-alignment-and-cache-performance/</guid>
      <description>Go&amp;#39;s struct layout follows alignment rules that affect both memory consumption and cache performance. Understanding them matters more than most Go developers realise.</description>
    </item>
    <item>
      <title>Busy Spinning vs Blocking: Thread Strategies for Ultra-Low Latency</title>
      <link>https://blog.turboawesome.win/2014/05/busy-spinning-vs-blocking-thread-strategies-for-ultra-low-latency/</link>
      <pubDate>Wed, 14 May 2014 10:31:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2014/05/busy-spinning-vs-blocking-thread-strategies-for-ultra-low-latency/</guid>
      <description>Blocking a thread hands control to the OS scheduler and costs you microseconds on wake-up. Busy spinning wastes a CPU core. The right choice depends on your latency target and hardware budget.</description>
    </item>
    <item>
      <title>Mechanical Sympathy: Writing Java That Respects the Hardware</title>
      <link>https://blog.turboawesome.win/2012/12/mechanical-sympathy-writing-java-that-respects-the-hardware/</link>
      <pubDate>Tue, 04 Dec 2012 10:42:00 +0000</pubDate>
      <guid>https://blog.turboawesome.win/2012/12/mechanical-sympathy-writing-java-that-respects-the-hardware/</guid>
      <description>Martin Thompson&amp;#39;s term &amp;#39;mechanical sympathy&amp;#39; reframed how I think about software performance. Here&amp;#39;s what it means in practice when writing Java for latency-sensitive systems.</description>
    </item>
  </channel>
</rss>
