Showing 1-20 of 721 packages
A fast fifo implementation similar to the one powering nextTick in Node.js core
LRU and FIFO caches for Client or Server
FIFO queue implemented using a double linked-list
TypeScript definitions for fast-fifo
a simple fifo queue
A fifo rdf-resolve-hypermedia-links-queue actor
An efficient in-memory FIFO cache with a fixed TTL for Node.js projects, designed to automatically remove outdated records. Unlike widely used LRU caches, FIFO caches do not prioritize retaining popular keys for extended durations. This simplified approac
Fifo queue with concurrency control
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Userland FIFO file
A fast FIFO queue implementation.
Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.
Lightweight, optimized, and efficient implementations for FIFO (queue) data structure
FIFO task queue for node and the browser
An in-memory FIFO cache with fixed TTL for Node.js, designed to streamline the common get-or-fetch pattern by automating value retrieval. It uses an internal keyed lock to coalesce concurrent fetches for the same key, reducing redundant network calls and
Filesystem FIFO file handler
TypeScript definitions for p-fifo
Per-group FIFO queue on Redis with visibility timeouts and retries.
Queue sync or async functions with max concurrency, max size, max age, and fifo/lifo ordering
Simple FIFO cache. put and get.