npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "LRU" 的结果(共 22 个)
lru.min

🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).

MIT
@types/lru-cache

Stub TypeScript definitions entry for lru-cache, which provides its own types definitions

MIT
lru-queue

LRU Queue

MIT
@alloc/quick-lru

Simple “Least Recently Used” (LRU) cache

MIT
flru

A tiny (215B) and fast Least Recently Used (LRU) cache

MIT
walrus

A bolder kind of mustache.

quick-lru

Simple “Least Recently Used” (LRU) cache

MIT
lru-memoize

A utility to provide lru memoization for any js function

MIT
tiny-lru

A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.

BSD-3-Clause
@envelop/parser-cache

This plugins adds simple LRU caching to your `parse`, to improve performance by caching the parsed result.

MIT
@envelop/validation-cache

This plugins adds simple LRU caching to your `validate`, to improve performance by caching the validation result.

MIT
@opentelemetry/instrumentation-lru-memoizer

OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache

Apache-2.0
lru_map

Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.

MIT
ylru

Extends LRU base on hashlru

MIT
nanolru

A simple O(1) LRU cache

MIT
weak-lru-cache

An LRU cache of weak references

MIT
lru-memoizer

Memoize functions results using an lru-cache.

MIT
toad-cache

LRU and FIFO caches for Client or Server

MIT
cache-lru

In-Memory Cache with O(1) Operations and LRU Purging Strategy

MIT
lru

A simple O(1) LRU cache

MIT
@isaacs/ttlcache

The time-based use-recency-unaware cousin of [`lru-cache`](http://npm.im/lru-cache)

BlueOak-1.0.0
simple-lru-cache

node-simple-lru-cache =====================