Expand description
Distributed garbage collection for content-addressed function blobs.
Each VM node reports its active blob set (hashes in call frames + function table). A coordinator computes the global union of active sets. Unreferenced blobs are eligible for collection.
Structs§
- Collection
Event - Record of a GC event.
- GcConfig
- Configuration for the GC coordinator.
- GcCoordinator
- Coordinator for distributed garbage collection.
- GcCycle
Result - Result of a GC cycle.
- Node
Blob Report - Report from a VM node about its active blob set.
Enums§
- Blob
Status - Status of a blob in the distributed system.
Type Aliases§
- NodeId
- Unique identifier for a VM node in the distributed system.