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
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More@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..