This document describes performance guarantees provided by termgrid-core.
Applying a RenderOp runs in time proportional to affected cells.
Damage rectangles are capped. Excess fragmentation escalates to full redraw to avoid pathological overhead.
Worst-case per frame is bounded by O(total_cells).