<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tutorial on Cedric Bail</title><link>http://bluebugs.github.io/tags/tutorial/</link><description>Recent content in Tutorial on Cedric Bail</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 15 Apr 2026 10:01:00 -0700</lastBuildDate><atom:link href="http://bluebugs.github.io/tags/tutorial/index.xml" rel="self" type="application/rss+xml"/><item><title>Writing SPMD Go: A Practical Guide</title><link>http://bluebugs.github.io/blogs/writing-spmd-go/</link><pubDate>Wed, 15 Apr 2026 10:01:00 -0700</pubDate><guid>http://bluebugs.github.io/blogs/writing-spmd-go/</guid><description>&lt;p>You have read the short version: a base64 decoder in 40 lines of Go that runs at ~17 GB/s on AVX2, about 9x faster than &lt;code>encoding/base64&lt;/code> and within 77% of the best C++ SIMD library. If that got your attention, this article is where you learn how to write code like that yourself.&lt;/p>
&lt;p>This is written against the proof of concept in this repository, not upstream Go. The aim is practical: explain the mental model that made the examples fast, and explain the mistakes that made some of them slow.&lt;/p></description></item></channel></rss>