Skip to main content
Module

x/structurae/pool.ts

Data structures for high-performance JavaScript applications.
Latest
import * as mod from "https://deno.land/x/structurae@4.0.1/pool.ts";

Classes

Implements a fast algorithm to manage availability of objects in an object pool using a BitArray.