<?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 Mechanical Snail</title><link>https://mechanicalsnail.com/tags/concurrency/</link><description>Recent content in Concurrency on Mechanical Snail</description><image><title>Mechanical Snail</title><url>https://mechanicalsnail.com/images/logo.png</url><link>https://mechanicalsnail.com/images/logo.png</link></image><generator>Hugo -- 0.152.2</generator><language>en-us</language><lastBuildDate>Mon, 02 Sep 2024 10:00:00 +0100</lastBuildDate><atom:link href="https://mechanicalsnail.com/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>Low-Latency Trading Systems in Rust</title><link>https://mechanicalsnail.com/posts/low-latency-trading-rust/</link><pubDate>Mon, 02 Sep 2024 10:00:00 +0100</pubDate><guid>https://mechanicalsnail.com/posts/low-latency-trading-rust/</guid><description>Engineering microsecond-latency trading systems in Rust: lock-free data structures, cache-line optimization, kernel bypass networking, and hot paths that never allocate.</description></item><item><title>The Actor Model: Concurrency Through Message Passing</title><link>https://mechanicalsnail.com/posts/actors/</link><pubDate>Sun, 17 Apr 2022 15:44:00 +0100</pubDate><guid>https://mechanicalsnail.com/posts/actors/</guid><description>How the Actor Model replaces shared memory with message passing: its origins in Erlang, supervision trees, mailbox semantics, and where actors fit in modern distributed systems.</description></item></channel></rss>