DeltaBox itself does something uncomplicated.
The core is: checkpoint no longer copies the entire sandbox.
Only changes are saved.
Kind of like git diff.
The data in the paper are quite exaggerated: checkpoint takes about 14ms and rollback takes about 5ms.
At this speed, the agent's trial and error cost will suddenly drop a lot.
