Gathering detailed insights and metrics for fast-fifo
Gathering detailed insights and metrics for fast-fifo
Gathering detailed insights and metrics for fast-fifo
Gathering detailed insights and metrics for fast-fifo
A fast fifo implementation similar to the one powering nextTick in Node.js core
Cumulative downloads
Total Downloads
Last day
3.1%
1,660,431
Compared to previous day
Last week
6.6%
8,747,608
Compared to previous week
Last month
11%
35,681,016
Compared to previous month
Last year
431.2%
325,734,851
Compared to previous year
@types/fast-fifo
TypeScript definitions for fast-fifo
@tsdotnet/queue
A simple and fast FIFO collection for enqueuing and dequeuing items.
@joakimstai/q
A tiny, simple and fast FIFO queue.
train
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..