21 packages found
A fast circular array implementation in JavaScript.
Train a fast (FIFO) queue with a rollback mechanism. Behind the scenes it uses 2 arrays to simulate and perform fast shifting and popping operations without using the Array#shift() method..
Circular queue data structure in TS
Fast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.
- circular
- buffer
- circular-buffer
- ring
- ring-buffer
- queue
- cyclic
- circular-queue
- circular-list
- cyclic-list
- list
- ring-queue
- datastructre
- data-structure
- View more
a simple ring buffer data structure
A circular queue implementation with reactive features and Symbol.iterator support
Circular buffer.
- stdlib
- stdutils
- stdutil
- utilities
- utility
- utils
- util
- data structures
- data structure
- data
- structure
- collection
- circular
- buffer
- View more
a simple ring buffer data structure
Simple circular array data structure, for storing a finitely-sized list of values
A tiny and fast circular buffer
very fast double-ended queue, stack and circular buffer
A ring buffer data structure for Node.js and the browser, extended with some functions for numeric data (sum, min, max, avg).
Efficient Circular FIFO Buffer Implementation.
A simple forgetful circular buffer
Buffer, backed by a Circular Singly Linked List.
A Queue factory for creating various Queue data structures.
Simple cyclic array (buffer) implementation
Implementation of an append-only, capped circular buffer using Redis
A small circular/ring buffer implementation in TypeScript.
JavaScript implementation of circular array queue