<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Concurrency on Deep in the clouds, I know not where.</title><link>https://lihuiba.github.io/en/tags/concurrency/</link><description>Recent content in Concurrency on Deep in the clouds, I know not where.</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 14 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://lihuiba.github.io/en/tags/concurrency/index.xml" rel="self" type="application/rss+xml"/><item><title>Stackful Coroutine Made Fast</title><link>https://lihuiba.github.io/en/p/stackful-coroutine-made-fast/</link><pubDate>Mon, 14 Oct 2024 00:00:00 +0000</pubDate><guid>https://lihuiba.github.io/en/p/stackful-coroutine-made-fast/</guid><description>Stackful coroutine is not intrinsically slow — current implementations are. With context-aware context switching (CACS), saving only the minimal registers per caller/callee context, stackful outperforms stackless in most cases and ties otherwise. Implemented in Photon.</description></item></channel></rss>