Append without breaking
Most chat transcripts are append-only. New material is added at the end while the earlier record stays untouched.
That shape suits prefix matching.
Imagine a paper roll that grows from the bottom. Adding a new line does not change any line above it.
The old beginning remains exactly where the cache expects it.
# citations