circular-buffer
A NodeJS simple circular buffer implementation supporting indexing
circular_buffer_js
Fast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.
arrayqeque
High-performance Deque (Double-Ended Queue) for DSA practice with O(1) operations
algojs-dsa
High-performance data structures (Deque, PriorityQueue) for DSA practice with optimal time complexity