You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Szmyd edited this page Jun 8, 2026
·
5 revisions
HomeBlocks Wiki
Engineering notes for HomeBlocks — a crash-consistent block-volume store
built on HomeStore.
Pages
Folly to Coroutine Migration — for engineers who know the old Folly-future
architecture: how the I/O path works on the new C++23 sisl::async coroutine ("v8") stack, focused on the two
things that actually changed how you write code — the heap/allocation model and the threading/affinity
model.
(Start here if you're picking up HomeBlocks/HomeStore after the v8 coroutine migration.)