Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/velo/src/utils/pointer_list.ts

A high-performance caching library for Deno. Supports LRU, LFU, ARC, and TinyLFU.
Latest
import * as velo from "https://deno.land/x/velo@1.0.0/src/utils/pointer_list.ts";

Classes

Implements a fixed size double-linked list of reference pointers. This implementation relies on a custom pointer system [1]. Utilizing TypedArrays for better engine optimization.