stack-lifo
Javascript implementation of a stack (LIFO) data structure
Found 17 results for LIFO
Javascript implementation of a stack (LIFO) data structure
The Stack (LIFO) data structure in TypeScript.
Deque
Queue data structure
Peela a tiny (LIFO) stack.
A coordinated queue of actions
A lightweight queue package supporting both FIFO (First In First Out) and LIFO (Last In First Out) operations. Features include asynchronous iteration, event emission, and batch processing. The queue dynamically resizes, handles push and get timeouts, and
A fast and performant *Least Frequently Used* (LFU) sorted set implementation for working with reasonably sized integers (unsigned). Trades memory for performance, optimised for frequently updating and counting a relatively small set of integers (integer
A trivial fixed size LIFO (stack) data structure in Javascript that can (optionally) be plugged to overflow in some other data structure.
Promise Queue Library
In-memory object cache written in typescript for Node that supports multiple eviction strategies.
HTML5 LocalStorage Manager and Data Structures for Angular 2
The Queue (FIFO) data structure in TypeScript.
A charming little queue filled with awaitable tasks
A lightweight, generic stack library designed for efficiency and clarity.
A simple javascript stack
A TypeScript implementation of a stack data structure following the LIFO (Last-In, First-Out) principle