Filesystem FIFO file handler
A fast fifo implementation similar to the one powering nextTick in Node.js core
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.
LRU and FIFO caches for Client or Server
FIFO queue implemented using a double linked-list
A fifo rdf-resolve-hypermedia-links-queue actor
A simple double ended queue datastructure
TypeScript definitions for fast-fifo
Javascript implementation of a queue data structure
SQS adapter for message-queue-toolkit
SNS adapter for message-queue-toolkit
a simple fifo queue
A simple tool to keep requests to be executed in order.
Simple event logger for the browser and node.js
Tiny queue data structure
Userland FIFO file
Discord Player Utilities
Re-drive dead letter queue messages to another queue
This project provides a collection of helper functions for working with asyncronous iterators in TypeScript.
Simple JS stack with auto run for node and browsers
tar for node
Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.
Lightweight utilities for debouncing, throttling, and more - designed for npm packages.
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