single-threaded-by-design

Status: IN

`BTree` has zero synchronization primitives; the sibling chain, split logic, and page allocation are correct only because no concurrent reader or writer can observe intermediate states

Source: entries/2026/05/29/topic-sibling-pointer-maintenance.md

JSON