Skip to main content
Module

x/slotmap/src/lib.ts

Arena allocator for Deno/TypeScript with persistent unique keys via generational indices
Latest
import * as slotmap from "https://deno.land/x/slotmap@0.1/src/lib.ts";

Classes

Store secondary associations with an entity in a separate array

SlotMap is an efficient arena-allocator with generational indices for keys

Type Aliases

An Entity is a key to a SlotMap. It is a generational indice.