ITADN
a16z/jolt/Issues

Compact memory representation for streaming checkpoints

#1137Closedprotoben 创建于 2025-12-01
P
protobencommented
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 条评论