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

x/velo/benchmark/benchmark.config.ts>DATA_2

Performant Cache implementations for Deno. Supports LRU, LFU, ARC and other caching policies.
Go to Latest
variable DATA_2
import { DATA_2 } from "https://deno.land/x/velo@0.1.5/benchmark/benchmark.config.ts";

type

Array<[string, number]>