Expand description
Snapshotting and resumability support
Provides binary, diff-friendly snapshots via a content-addressed store.
Structs§
- BlobRef
- Cache
KeySnapshot - Cached
Data Snapshot - Chunked
Blob - Context
Snapshot - Data
Cache Snapshot - Enum
Value Snapshot - Execution
Snapshot - Live
Buffer Snapshot - Printable
Snapshot - Semantic
Snapshot - Serializable
Call Frame - Serializable
Data Frame - Serializable
Data Frame Column - Serializable
Data Table - Serializable
Exception Handler - Serializable
Loop Context - Snapshot
Store - Content-addressed snapshot store
- Suspension
State Snapshot - Type
Alias Runtime Entry Snapshot - Variable
Snapshot - VmSnapshot
Enums§
- Blob
Kind - Enum
Payload Snapshot - Print
Span Snapshot - SerializableVM
Value - Typed
Array Element Kind - Element type for typed array binary serialization.
Constants§
- SNAPSHOT_
VERSION - Version for snapshot format.
Functions§
- load_
chunked_ bytes - Load raw bytes from content-addressed chunks.
- nanboxed_
to_ serializable - Serialize a ValueWord value to SerializableVMValue without materializing ValueWord.
- serializable_
to_ nanboxed - Deserialize a SerializableVMValue directly to ValueWord, avoiding ValueWord intermediate.
- store_
chunked_ bytes - Store raw bytes in content-addressed chunks (256 KB each).