npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "FIFO" 的结果(共 5 个)
fast-fifo

A fast fifo implementation similar to the one powering nextTick in Node.js core

MIT
tiny-queue

Simple FIFO queue implementation to avoid having to do shift() on an array, which is slow.

Apache 2
toad-cache

LRU and FIFO caches for Client or Server

MIT
fifo

FIFO queue implemented using a double linked-list

MIT
p-fifo

Promised First-In-First-Out buffer. Await on push to be told when a value is consumed and await on shift for a value to consume when the buffer is empty.

MIT