Module mem

References

Re-exports ChunkedPool

@bldrs-ai/conway/mem — the general memory system (src/core/mem; design/new/streaming-federated-loader.md, resident-memory design).

Domain-neutral primitives for explicitly budgeted residency: ChunkedPool (accounting-only fixed-chunk freelist), SharedAssetPool (refcounted instance⇄asset sharing), and SharedByteBudget (a byte budget shareable across consumers). The geometry narrowing over these lives in @bldrs-ai/conway/demand (import('../core/geometry_tile_pool').GeometryTilePool); other asset domains (textures, property blocks) are expected to narrow the same way.

Re-exports ChunkSpan

@bldrs-ai/conway/mem — the general memory system (src/core/mem; design/new/streaming-federated-loader.md, resident-memory design).

Domain-neutral primitives for explicitly budgeted residency: ChunkedPool (accounting-only fixed-chunk freelist), SharedAssetPool (refcounted instance⇄asset sharing), and SharedByteBudget (a byte budget shareable across consumers). The geometry narrowing over these lives in @bldrs-ai/conway/demand (import('../core/geometry_tile_pool').GeometryTilePool); other asset domains (textures, property blocks) are expected to narrow the same way.

Re-exports SharedAssetPool
Re-exports SharedByteBudget