Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/velo/src/utils/pointerList.ts

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
import * as velo from "https://deno.land/x/velo@0.1.5/src/utils/pointerList.ts";

Classes

Implements a fixed size doubly linked list. This implementation relies on a custom pointer system utilizing TypedArrays.