mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-24 03:09:22 -06:00
Previously we would clone them from the original cursor, to (a) not modify the original cursor, and (b) have initialization and finalization not interfere with each other. However, this isn't necessary and it just creates unnecessary churn. For example, when we read-ahead, it would be wasteful to re-read the read-head chunks from initialization.