[GH-ISSUE #667] Renderer diff uses grapheme pool IDs as identity #180

Closed
opened 2026-03-02 23:45:06 +03:00 by kerem · 0 comments
Owner

Originally created by @simonklee on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/667

Originally assigned to: @simonklee on GitHub.

Cell.char for graphemes is an allocation handle (class|generation|slot), but diff treats it as content identity; because graphemes are reallocated each frame, IDs churn and diff correctness/perf break.

#666

Originally created by @simonklee on GitHub (Feb 10, 2026). Original GitHub issue: https://github.com/anomalyco/opentui/issues/667 Originally assigned to: @simonklee on GitHub. Cell.char for graphemes is an allocation handle (class|generation|slot), but diff treats it as content identity; because graphemes are reallocated each frame, IDs churn and diff correctness/perf break. #666
kerem closed this issue 2026-03-02 23:45:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/opentui#180
No description provided.