Compact memory representation for streaming checkpoints
Currently, when generating checkpoints for streaming the entirety of RAM is cloned as a `Vec` for each checkpoint. Instead of this, we would like to keep track of only the memory locations that have been read/written since the last checkpoint as a `HashMap`.
关闭于 2026-01-09 4 条评论