Showing 1-20 of 18,432 packages
Circular queue in Typescript
A circular queue implementation with reactive features and Symbol.iterator support
Typescript implementation of queues, such as priority queue and circular queue.
Curated collection of data structures for the JavaScript/TypeScript.
TypeScript/JavaScript implementation of a circular buffer, circular queue, cyclic buffer or ring buffer. A data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data stream
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Tiny queue data structure
Circular queue data structure in TS
Extremely fast double-ended queue implementation
fast, tiny `queueMicrotask` shim for modern engines
A lightweight circular queue
Promise queue with concurrency control
The smallest and simplest JavaScript priority queue
Replace your slow Array based fixed length ring buffer, or circular queue, with ring-buffer. RingBuffer is roughly 10x faster, and is a drop in replacement.
The Material Components for the web circular progress component
Safely and quickly serialize JavaScript objects
string representations of objects in node and the browser
The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
A super light and fast circular JSON parser.
LRU Queue