@4bitlabs/numeric-deque
A numeric container backed by a TypedArray ring buffer, with both stack (FILO) and queue (FIFO) methods.
signal-async
distinct utilities for signaling data in async contexts
tiny-filo
Tiny FILO cache for Client or Server
data-oriented-slim-deque
A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case