<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>C++ on 云深不知处</title><link>https://lihuiba.github.io/tags/c++/</link><description>Recent content in C++ on 云深不知处</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Mon, 14 Oct 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://lihuiba.github.io/tags/c++/index.xml" rel="self" type="application/rss+xml"/><item><title>Stackful Coroutine Made Fast</title><link>https://lihuiba.github.io/p/stackful-coroutine-made-fast/</link><pubDate>Mon, 14 Oct 2024 00:00:00 +0000</pubDate><guid>https://lihuiba.github.io/p/stackful-coroutine-made-fast/</guid><description>Stackful 协程并非天生慢——慢的是现有实现。借助上下文感知的上下文切换（CACS），在调用点只保存最少必要的寄存器，stackful 协程在多数场景下反超 stackless，在其他场景持平。已在 Photon 中实现。</description></item></channel></rss>