@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.
@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.